This commit is contained in:
mmrbnjd
2024-05-23 19:59:19 +03:30
parent 12b89ad630
commit 0fc2efd5ca
10 changed files with 413 additions and 64 deletions

View File

@@ -11,4 +11,8 @@ namespace Shared.DTOs
public T ID { get; set; }
public string Title { get; set; }
}
public class CODIdName<T>: IdName<T>
{
public int Tax { get; set; }
}
}