....
This commit is contained in:
9
Shared/DTOs/BasePriceDto.cs
Normal file
9
Shared/DTOs/BasePriceDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class BasePriceDto
|
||||
{
|
||||
public int PermissionID { get; set; }
|
||||
public string CalculationType { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user