...
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Shared.DTOs
|
||||
}
|
||||
public class DashBoardDTO
|
||||
{
|
||||
public string Datenow { get { return DateTime.Now.ConvertMiladiToShamsiinFront(); } }
|
||||
public string? LastLoginDate { get; set; }
|
||||
public List<ServiceInDashBoardDTO> AlistofServices { get; set; }=new List<ServiceInDashBoardDTO>();
|
||||
public List<AlertDTO> Warning { get; set; } = new List<AlertDTO>();
|
||||
|
Reference in New Issue
Block a user