Ejemplo n.º 1
0
 public async Task <Boolean> createCustomer(Customer customer)
 {
     return(await dBFacade.createCustomer(customer));
 }