Пример #1
0
 public YearSheetController(
     YearSheetsRepository yearSheetsRepository,
     YearSheetCreator yearSheetCreator,
     YearSheetRelatedDataRemover yearSheetRelatedDataRemover)
 {
     _yearSheetsRepository        = yearSheetsRepository;
     _yearSheetCreator            = yearSheetCreator;
     _yearSheetRelatedDataRemover = yearSheetRelatedDataRemover;
 }
Пример #2
0
 public HomeController(YearSheetsRepository yearSheetsRepository)
 {
     _yearSheetsRepository = yearSheetsRepository;
 }