public CreateLoanHandler(IGTLContext context, ILoanRepository loanRepo, ILoanHelper loanHelper, ICopyRepository copyRepo) { _loanRepo = loanRepo; _loanHelper = loanHelper; _copyRepo = copyRepo; _context = context; }
public CopiesController() { this.rep = new CopyRepository(new StoreContext()); }