Exemplo n.º 1
0
 // Added by MUHAMMADUZAIR\Administrator as Onsite Support on 13/12/2017 13:14:16
 public int GetContractIdByCustomerId(string customerId)
 {
     return(daCustomer.GetContractIdByCustomerId(customerId));
 }