Ejemplo n.º 1
0
 public ActionResult <AreaDTO> PostArea([FromBody] AreaDTO area)
 {
     return(Ok(_repository.Create(area)));
 }