Exemplo n.º 1
0
        public AccountController(
            UserManager <ApplicationUser> userManager,
            SignInManager <ApplicationUser> signInManager,
            TcmContext applicationDbContext,
            RoleManager <Role> roleManager,
            IConfiguration configuration,
            IStudentService studentService
            )
        {
            _userManager   = userManager;
            _signInManager = signInManager;


            _applicationDbContext = applicationDbContext;
            this.roleManager      = roleManager;
            _configuration        = configuration;
            _studentService       = studentService;
        }
Exemplo n.º 2
0
 public StudentRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 3
0
 public SchoolTypeRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 4
0
 public SchoolEducationSubCourseRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 5
0
 public ProvinceRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 6
0
 public PhoneNumberRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 7
0
 public MajorRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 8
0
 public EducationLevelRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 9
0
 public EducationCourseRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 10
0
 public ClassRoomRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 11
0
 public CityRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }
Exemplo n.º 12
0
 public UserRepository(TcmContext tcmContext) : base(tcmContext)
 {
 }