I have a class with the following property.
public TimeSpan TempoIdeal { get; set; }
Estou atribuindo esta propriedade com
TempoIdeal = new TimeSpan(days: 3, hours: 15, minutes:10, seconds: 0);
When trying to insert I g...
asked by
23.06.2016 / 05:39