示例#1
0
 public int AddCustomer(CustomerEntity Customer)
 {
     return(customerRespository.CreateAccount(Customer));
 }