Example #1
0
 public HomeController(IMappedEntitiesRepository <Accommodation> repository)
 {
     this._repository = repository;
 }