...
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user