Example #1
0
 public IEnumerable <Localidades> GetAll()
 {
     return(_repo.GetAll());
 }