This commit is contained in:
mmrbnjd
2024-07-28 22:58:39 +03:30
parent e153e9126f
commit fe95e2b526
9 changed files with 72 additions and 58 deletions

View File

@@ -11,7 +11,6 @@ namespace Shared.DTOs
public int ID { get; set; }
public string Title { get; set; }
public int OrderID { get; set; }
public string Type { get; set; }
public int IDForType { get; set; }
public int CreditAmount { get; set; }
public decimal APrice { get; set; }