Exemplo n.º 1
0
 public bool SendCustomerForApproval(CustomerTrackingHistory cth, string Remarks)
 {
     return(daCustomer.SendCustomrForApproval(cth, Remarks));
 }