public AdminPartnershipNightController()
 {
     pnRepo = new PartnershipNightRepository();
     charRepo = new CharityRepository();
     bvlocRepo = new BvLocationRepository();
 }
Пример #2
0
 // Use this for dependency injection
 public AdminLocController(BvLocationRepository iLoc)
 {
     lRepo = iLoc;
 }