mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix interface for last commit
This commit is contained in:
parent
b48be59aa7
commit
b7c0280cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue