Last works on Tag Service ...

This commit is contained in:
2025-12-07 20:53:22 +03:30
parent 8958ad5682
commit bfe1150139
6 changed files with 1938 additions and 1 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ namespace xTagService.Models.Dtos
{
public int Id { get; set; }
public string Tag { get; set; }
public IList<string> Reference = new List<string>();
public IList<string> References = new List<string>();
}
}