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