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