Example #1
0
 public CustomList <ItemGroup> DeptWiseItemGroup(Int32 CostCenterID)
 {
     return(ItemGroup.DeptWiseItemGroup(CostCenterID));
 }