Add index and create

This commit is contained in:
2014-05-20 14:24:08 -04:00
parent ef88c52658
commit 0fcfa3a3a1
8 changed files with 159 additions and 22 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ namespace MileageTraker.Web.DAL
select city.Name;
}
private IQueryable<City> GetCities()
public IQueryable<City> GetCities()
{
return _db.Cities;
}