Exemplo n.º 1
0
 public Task <List <Region> > ConsultarRegionAsync(FiltroRegion datos)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public List <Region> ConsultarRegion(FiltroRegion datos)
 {
     throw new NotImplementedException();
 }