public MedicalRecordRepository()
 {
     ctx = new HealthyJourneyContext();
 }
Esempio n. 2
0
 public badgeRepo()
 {
     ctx = new HealthyJourneyContext();
 }
 public SpecialityRepository()
 {
     ctx = new HealthyJourneyContext();
 }
Esempio n. 4
0
 public DatabaseFactory()
 {
     dataContext = new HealthyJourneyContext();
 }
 public ServiceProviderRepository()
 {
     ctx = new HealthyJourneyContext();
 }
 public ClientRepository()
 {
     ctx = new HealthyJourneyContext();
 }
Esempio n. 7
0
 public BadgeRepository()
 {
     ctx = new HealthyJourneyContext();
 }