Ejemplo n.º 1
0
 public CustomList <ItemGroupDeptMaping> GetAllDept(Int32 entityID)
 {
     return(ItemGroupDeptMaping.GetAllDept(entityID));
 }
Ejemplo n.º 2
0
 public CustomList <ItemGroupDeptMaping> GetAllItemGroupDeptMaping(String itemGroupID)
 {
     return(ItemGroupDeptMaping.GetAllItemGroupDeptMaping(itemGroupID));
 }