Пример #1
0
 public TurtleBarrelController(INotesRepository notesRepository, INoteImagesRepository imagesRepository, ITimeCountersRepository timeCounters)
 {
     this._notesRepository        = notesRepository;
     this._imagesRepository       = imagesRepository;
     this._timeCountersRepository = timeCounters;
 }
Пример #2
0
 public TimeCountersController(ITimeCountersRepository timeCountersRepository)
 {
     this._timeCountersRepository = timeCountersRepository;
 }