Ready to test
This commit is contained in:
@ -103,8 +103,8 @@ public class A_Property : Shared.Models.Properties.IProperty, IProperty
|
||||
year = minimumDateTime.Value.ToString("yyyy");
|
||||
else
|
||||
{
|
||||
List<DateTime> datetimes = GetDateTimes();
|
||||
year = datetimes.Min().ToString("yyyy");
|
||||
List<DateTime> dateTimes = GetDateTimes();
|
||||
year = dateTimes.Min().ToString("yyyy");
|
||||
}
|
||||
for (int i = 0; i < int.MaxValue; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user