Beispiel #1
0
 // Constructor using dependency injection
 public CourseService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #2
0
 // Constructor using dependency injection
 public EmployeeService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #3
0
 // Constructor using dependency injection
 public OfficesService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #4
0
 // Constructor using dependency injection
 public FacultyService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #5
0
 // Constructor using dependency injection
 public SchoolService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #6
0
 // Constructor using dependency injection
 public TAService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #7
0
 // Constructor using dependency injection
 public RequestsService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #8
0
 // Constructor using dependency injection
 public WorkloadService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #9
0
 // Constructor using dependency injection
 public PositionService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #10
0
 // Constructor using dependency injection
 public DepartmentService(DahFIMSDbContext context)
 {
     db = context;
 }
Beispiel #11
0
 // Constructor using dependency injection
 public ResourcesService(DahFIMSDbContext context)
 {
     db = context;
 }