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