Esempio n. 1
0
 public static CustomizedReportsItem CreateCustomizedReportsItem(int ID)
 {
     CustomizedReportsItem customizedReportsItem = new CustomizedReportsItem();
     customizedReportsItem.Id = ID;
     return customizedReportsItem;
 }
Esempio n. 2
0
 public void AddToCustomizedReports(CustomizedReportsItem customizedReportsItem)
 {
     base.AddObject("CustomizedReports", customizedReportsItem);
 }