Ejemplo n.º 1
0
 public IList <DistritoDTO> Get()
 {
     return(Service.GetAll());
 }
Ejemplo n.º 2
0
 public ActionResult GetAll()
 {
     return(Ok(
                distritoService.GetAll()
                ));
 }