示例#1
0
 public IEnumerable <Direccion> GetAll()
 {
     return(direccionrepository.GetAll());
 }
 public async Task <IEnumerable <Direccion> > GetAll()
 {
     return(await _IDireccionRepository.GetAll());
 }