Exemplo n.º 1
0
 public static ReportsEntity ClientProfile()
 {
     return(new ReportsEntity
     {
         Code = "CRP272",
         Cluster = "My Client",
         Title = "My Client - Client Profile",
         Name = "Client Profile",
         PoV = PoVMotherShip.PwmcController29894(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
         ThirteenMonths = false,
     });
 }