public ContinuousGlucoseTaskWorker(FhirGlucoseService glucoseService, IGlucoseManagementRepository glucoseRepository)
 {
     this.GlucoseService    = glucoseService;
     this.GlucoseRepository = glucoseRepository;
 }
Exemple #2
0
 public AggregateGlucoseTaskWorker(FhirGlucoseService glucoseService, IGlucoseManagementRepository glucoseRepository)
 {
     this.GlucoseService    = glucoseService;
     this.GlucoseRepository = glucoseRepository;
 }