public StudentsController(StudentService studentService, UserManager <IdentityUser> userManager, SignInManager <IdentityUser> signInManager, GASFContext context) { this.studentService = studentService; this.signInManager = signInManager; this.userManager = userManager; this.context = context; }
public RepositoryBase(GASFContext repositoryContext) { this.RepositoryContext = repositoryContext; }
public SecretaryRepository(GASFContext repositoryContext) : base(repositoryContext) { }
public CourseRepository(GASFContext repositoryContext) : base(repositoryContext) { }
public StudentRepository(GASFContext repositoryContext) : base(repositoryContext) { }
public CourseAttendanceRepository(GASFContext repositoryContext) : base(repositoryContext) { }
public RepositoryWrapper(GASFContext repositoryContext) { _repoContext = repositoryContext; }
public CourseMaterialRepository(GASFContext repositoryContext) : base(repositoryContext) { }
public TeacherRepository(GASFContext repositoryContext) : base(repositoryContext) { }