Exemple #1
0
 public DataTable getInventoryTypes(string pDisplayType, string pPrimaryKey, string pSearchString)
 {
     return(loInventoryType.getInventoryTypes(pDisplayType, pPrimaryKey, pSearchString));
 }