Ejemplo n.º 1
0
 public TurtleBarrelController(INotesRepository notesRepository, INoteImagesRepository imagesRepository, ITimeCountersRepository timeCounters)
 {
     this._notesRepository        = notesRepository;
     this._imagesRepository       = imagesRepository;
     this._timeCountersRepository = timeCounters;
 }
Ejemplo n.º 2
0
 public TimeCountersController(ITimeCountersRepository timeCountersRepository)
 {
     this._timeCountersRepository = timeCountersRepository;
 }