Example #1
0
 public bool AddListCustomers([FromBody] ListCreateCustomersCommand customers)
 {
     return(_handler.AddListCustomers(customers));
 }