Beispiel #1
0
 public MedicalSheetService(HealthRDbContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public AppointmentService(HealthRDbContext db)
 {
     this.db = db;
 }
        // private readonly IPdfGenerator pdfGenerator;

        public UserService(HealthRDbContext db)
        {
            this.db = db;
        }
Beispiel #4
0
 public DoctorPatientService(HealthRDbContext db)
 {
     this.db = db;
 }