Пример #1
0
 public IActionResult Post([FromBody] RegisterCustomerCommand customer)
 {
     return(Ok(_handler.Handler(customer)));
 }