Exemplo n.º 1
0
 public int CustomerRegistration(CustomerEntity s, string balance)
 {
     return(ob.CustomerRegisration(s, balance));
 }