...
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Shared.DTOs
|
||||
public List<LastActivitySevice> lastActivitiesSevices { get; set; }=new List<LastActivitySevice>();
|
||||
public List<IdNameByCount<int>>? MostInvoicedProduct { get; set; }=new List<IdNameByCount<int>>();
|
||||
public List<IdNameByCount<int>>? MostInvoicedCustomer { get; set; } = new List<IdNameByCount<int>>();
|
||||
public List<IdNameByCount<int>> ForSaleChart { get; set; } = new List<IdNameByCount<int>>();
|
||||
public decimal? SaleInMonth { get; set; } = 0;
|
||||
public decimal? Salepercent { get; set; } = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user