Ejemplo n.º 1
0
 public static DataSet POLOG_Get_Delivery_Item_Details(int?ID, int?DeliveryID)
 {
     return(DAL_POLOG_Delivery.POLOG_Get_Delivery_Item_Details(ID, DeliveryID));
 }
Ejemplo n.º 2
0
 public static DataSet POLOG_Get_Delivery_Item_Details(string Delivery_ID, int?Supply_ID, string Type, int?CreatedBy)
 {
     return(DAL_POLOG_Delivery.POLOG_Get_Delivery_Item_Details(Delivery_ID, Supply_ID, Type, CreatedBy));
 }