Exemplo n.º 1
0
 public static ReportsEntity ProductList()
 {
     return(new ReportsEntity
     {
         Code = "PRP707",
         Cluster = "My Sales",
         Name = "Product List",
         Title = "My Sales - Product List",
         PoV = PoVMotherShip.PwmcManagerA405523(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MySales),
     });
 }