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