public IList <DistritoDTO> Get() { return(Service.GetAll()); }
public ActionResult GetAll() { return(Ok( distritoService.GetAll() )); }