コード例 #1
0
 public static ReportsEntity EamAndEndClientList()
 {
     return(new ReportsEntity
     {
         Code = "CRP282",
         Cluster = "My Client",
         Title = "My Client - EAM & End-Client List",
         Name = "EAM & End-Client List",
         PoV = PoVMotherShip.ExternalAssetManagController11029(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
     });
 }