public JournalEntryHistoryDataService(IAppDataService appDataService, IDexcomDataStore dexcomDataStore, IUserInfo userInfo)
 {
     this.appDataService  = appDataService;
     this.dexcomDataStore = dexcomDataStore;
     this.userInfo        = userInfo;
 }
Beispiel #2
0
 public BgReadingsDataService(IDexcomDataStore dexcomDataStore, IAppDataService appDataService, IUserInfo userInfo)
 {
     this.dexcomDataStore = dexcomDataStore;
     this.appDataService  = appDataService;
     this.userInfo        = userInfo;
 }