Exemplo n.º 1
0
 public RaportService(DailyRepsCounterRepository repository, SmsService smsService)
 {
     this.repository = repository;
     this.smsService = smsService;
 }
Exemplo n.º 2
0
 public RepetitionAddedEventHandler(DailyRepsCounterRepository repository)
 {
     this.repository = repository;
 }