Beispiel #1
0
 public IActionResult New([FromBody] CreateServiceCommand service)
 {
     return Ok(_handler.Handler(service));
 }