예제 #1
0
 public RoutineRepo(ItemDatabaseGeneric itemDatabase)
 {
     //if (Device.RuntimePlatform == "Test") return;
     ItemDatabase = itemDatabase;
 }
예제 #2
0
 public RecommendedHabitRepo(ItemDatabaseGeneric itemDatabase)
 {
     //if (Device.RuntimePlatform == "Test") return;
     ItemDatabase = itemDatabase;
 }
예제 #3
0
 public RecordRepo(ItemDatabaseGeneric itemDatabase)
 {
     ItemDatabase = itemDatabase;
 }