Exemplo n.º 1
0
 public Task <List <Pais> > ConsultarPaisAsync(FiltroPais datos)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public List <Pais> ConsultarPais(FiltroPais datos)
 {
     throw new NotImplementedException();
 }