Beispiel #1
0
 public StudyEnrolmentRepository()
 {
     context = new SkinSelfieDB();
 }
Beispiel #2
0
 public StudyRepository()
 {
     context = new SkinSelfieDB();
 }
Beispiel #3
0
 public UserRepository()
 {
     context = new SkinSelfieDB();
 }
Beispiel #4
0
 public PhotoRepository()
 {
     context = new SkinSelfieDB();
 }
Beispiel #5
0
 public BodyPartRepository()
 {
     context = new SkinSelfieDB();
 }
 public EventLogRepository()
 {
     context = new SkinSelfieDB();
 }
 public ShareRepository()
 {
     context = new SkinSelfieDB();
 }
 public UserConditionsRepository()
 {
     context = new SkinSelfieDB();
 }