예제 #1
0
 public PharmacyDb(PGADbContext _dbContext)
 {
     dbContext = _dbContext;
 }
예제 #2
0
 public StockMedicinesDb(PGADbContext _dbContext)
 {
     dbContext = _dbContext;
 }
예제 #3
0
 public GPAUsersDb(PGADbContext _dbContext)
 {
     dbContext = _dbContext;
 }
예제 #4
0
 public AppointmentsDb(PGADbContext _dbContext)
 {
     dbContext = _dbContext;
 }