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