Exemplo n.º 1
0
 public async Task <bool> PostAsync([FromBody] Customer ourCustomer)
 {
     return(await _customerRespository.InsertCustomerAsync(ourCustomer));
 }