Ejemplo n.º 1
0
 public static string POLOG_Insert_Delivery_Details(string Delivery_ID, int?Supply_ID, DateTime DeliveryDate, string Location, int?PortCallID, string Remarks, string Action_By_Button, string DeliveryStatus, int?CreatedBy)
 {
     return(DAL_POLOG_Delivery.POLOG_Insert_Delivery_Details(Delivery_ID, Supply_ID, DeliveryDate, Location, PortCallID, Remarks, Action_By_Button, DeliveryStatus, CreatedBy));
 }