コード例 #1
0
 public DataTable getInventoryGroups(string pDisplayType, string pPrimaryKey, string pSearchString)
 {
     return(loInventoryGroup.getInventoryGroups(pDisplayType, pPrimaryKey, pSearchString));
 }