예제 #1
0
 public CampAdmissionRepository(IHMSContext context) : base(context)
 {
     _context = context;
 }
예제 #2
0
 public AddSurgeryRepository(IHMSContext context) : base(context)
 {
     _context = context;
 }
예제 #3
0
 public AppointmentRepository(IHMSContext context) : base(context)
 {
     _context = context;
 }
예제 #4
0
 public CommonRepository(IHMSContext context, EMRContext emrContext = null) : base(context)
 {
     _context    = context;
     _emrContext = emrContext;
 }
예제 #5
0
 public CampDischargeRepository(IHMSContext context) : base(context)
 {
     _context = context;
 }