This commit is contained in:
mmrbnjd
2024-06-18 16:15:17 +03:30
parent 692aa30afe
commit e8c0bed48f
6 changed files with 34 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ namespace Shared.DTOs
public List<AlertDTO> Warning { get; set; } = new List<AlertDTO>();
public List<AlertDTO> Notifications { get; set; } = new List<AlertDTO>();
public List<LastActivitySevice> lastActivitiesSevices { get; set; }=new List<LastActivitySevice>();
public List<IdNameByCount<int>>? MostInvoicedProduct { get; set; }=new List<IdNameByCount<int>>();
}
public class ServiceInDashBoardDTO
{