Example #1
0
 public MyResponse Add([FromBody] ServicioViewModel model)
 {
     return(_servicioService.Add(model));
 }