Esempio n. 1
0
 public IEnumerable <Attraction> Get()
 {
     return(_attractionRepository.Get());
 }
Esempio n. 2
0
 public Attraction GetAtrraction(Expression <Func <Attraction, bool> > where)
 {
     return(_iRespository.Get(where));
 }