Пример #1
0
 public static ReportsEntity ProfitabilityTopEams()
 {
     return(new ReportsEntity()
     {
         Code = "CRP286",
         Cluster = "My Client",
         Name = "Profitability Top EAMs",
         Title = "My Client - Profitability Top EAMs, selected by Direct revenues (E6010)",
         Date = $"{GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient)}",
         PoV = PoVMotherShip.ExternalAssetManager91320(),
     });
 }