Example #1
0
 public ActionResult <IList <ServicioDto> > GetServicios()
 {
     return(Ok(new { data = serviciosBL.Servicios() }));
 }