fix interface for last commit

This commit is contained in:
Collin M. Barrett 2017-10-26 12:16:20 -05:00
parent b48be59aa7
commit b7c0280cc9

View file

@ -15,7 +15,7 @@ public interface IFilterList
string Name { get; set; }
string ViewUrl { get; set; }
long Id { get; set; }
DateTime AddedDateUtc { get; set; }
DateTime CreatedDateUtc { get; set; }
DateTime? ModifiedDateUtc { get; set; }
}
}