public HomeController(IStudentRepo employeeRepo, IHostingEnvironment henv, IGuarantorRepo guarantorRepo, IPayment payment, IProgramCourses programCourses) { this._er = employeeRepo; this.henv = henv; this._guarantorRepo = guarantorRepo; this._payment = payment; this._programcourse = programCourses; }
public ProgramController(IProgramCourses programCourse) { this._programCourse = programCourse; }