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