...
This commit is contained in:
@@ -11,8 +11,8 @@ namespace Shared.DTOs
|
||||
public int ID { get; set; }
|
||||
public int PermissionID { get; set; }
|
||||
public string PermissionTitle { get; set; }
|
||||
public int CreditAmount { get; set; }
|
||||
public decimal APrice { get; set; }
|
||||
public int CreditAmount { get; set; }
|
||||
public decimal APrice { get; set; }
|
||||
public decimal TPrice { get { return APrice * CreditAmount; } }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user