This commit is contained in:
mmrbnjd
2024-06-18 16:15:17 +03:30
parent 692aa30afe
commit e8c0bed48f
6 changed files with 34 additions and 2 deletions

View File

@@ -15,4 +15,8 @@ namespace Shared.DTOs
{
public int Tax { get; set; }
}
public class IdNameByCount<T> : IdName<T>
{
public int count { get; set; }
}
}