Example #1
0
 public CustomerViewModel Post([FromBody] CustomerViewModel customer)
 {
     return(_repository.CreateCustomer(customer));
 }