コード例 #1
0
 public RaportService(DailyRepsCounterRepository repository, SmsService smsService)
 {
     this.repository = repository;
     this.smsService = smsService;
 }
コード例 #2
0
 public RepetitionAddedEventHandler(DailyRepsCounterRepository repository)
 {
     this.repository = repository;
 }