mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add Id back to Details dto
This commit is contained in:
parent
36b6c80c19
commit
3494f759cd
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ namespace FilterLists.Services.FilterListService
|
|||
{
|
||||
public class FilterListDetailsDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string DescriptionSourceUrl { get; set; }
|
||||
public DateTime? DiscontinuedDate { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue