public SystemMenuService(StepByStepDbContext aspNetCoreDbContext) : base(aspNetCoreDbContext)
 {
     _aspNetCoreDbContext = aspNetCoreDbContext;
 }
Exemple #2
0
 public StudentTestService(StepByStepDbContext aspNetCoreDbContext) : base(aspNetCoreDbContext)
 {
     _aspNetCoreDbContext = aspNetCoreDbContext;
 }
 public UserRoleService(StepByStepDbContext aspNetCoreDbContext) : base(aspNetCoreDbContext)
 {
     _aspNetCoreDbContext = aspNetCoreDbContext;
 }
Exemple #4
0
 public UnitOfWork(StepByStepDbContext Context)
 {
     _Context = Context;
 }