public CommentService(NetFlowDbContext context) { this.context = context; }
public StudentsEnrolledInCourseService(NetFlowDbContext context) { this.context = context; }
public BlogPostService(NetFlowDbContext context) { this.context = context; }
public AdministratorService(NetFlowDbContext context) { this.context = context; }
public TeacherService(NetFlowDbContext context) { this.context = context; }
public AssignmentService(NetFlowDbContext context) { this.context = context; }
public CourseService(NetFlowDbContext context) { this.context = context; }
public SearchService(NetFlowDbContext context) { this.context = context; }
public ProfileService(NetFlowDbContext context) { this.context = context; }
public PdfCreatorService(NetFlowDbContext context) { this.context = context; }