예제 #1
0
 public RoleRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public TreatmentRecordRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
 public UniqueIdTypeRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
 public WorkAddressRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
예제 #5
0
 public HospitalAddressRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
예제 #6
0
 public OccupationRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
예제 #7
0
 public TreatmentDetailRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
 public PatientAddressRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
예제 #9
0
 public DiseaseRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }
예제 #10
0
 public LoginRepository(EpidemicTrackerDbContext context)
 {
     _context = context;
 }