public HangarBusiness(IHangarRepository repository)
 {
     _repository = repository;
 }
Example #2
0
 public HangarController(IHangarRepository repo)
 {
     this.repo = repo;
 }