Пример #1
0
 public FinanceController(FeeService feeService, StudentProgramInvoiceService studentprogramInvoiceService, StudentProgramService studentprogramService)
 {
     this._feeService = feeService;
     this._studentprogramInvoiceService = studentprogramInvoiceService;
     this._studentprogramService        = studentprogramService;
 }
Пример #2
0
 public HomeController(StudentService studentService, StudentProgramInvoiceService studentprograminvoiceService, StudentProgramService studentProgramService)
 {
     this._studentService = studentService;
     this._studentprograminvoiceService = studentprograminvoiceService;
     this._studentProgramService        = studentProgramService;
 }