Exemplo n.º 1
0
 public IQueryable <Region> GetRegions()
 {
     return(_areasServices.GetRegions(LanguageId).AsQueryable());
 }