Exemplo n.º 1
0
 public static ReportsEntity ClientGroupList()
 {
     return(new ReportsEntity
     {
         Code = "CRP265",
         Cluster = "My Client",
         Title = "My Client - Client Group List",
         Name = "Client Group List",
         PoV = PoVMotherShip.PwmcControllerA405523(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
         Vt = "Direct revenues (E6010)",
     });
 }