Ejemplo n.º 1
0
 public DataTable SelectItemForInventoryFilter(string RequisitionCode, string VesselCode, string Document_code, string SystemCode)
 {
     return(objInventoryItem.SelectItemForInventoryFilter(RequisitionCode, VesselCode, Document_code, SystemCode));
 }