Exemple #1
0
 public List <Neighborhood> GetNeighborhood(int id)
 {
     return(_neighborhoodDal.GetList(n => n.Place.Id == id));
 }