public SystemMenuService(StepByStepDbContext aspNetCoreDbContext) : base(aspNetCoreDbContext) { _aspNetCoreDbContext = aspNetCoreDbContext; }
public StudentTestService(StepByStepDbContext aspNetCoreDbContext) : base(aspNetCoreDbContext) { _aspNetCoreDbContext = aspNetCoreDbContext; }
public UserRoleService(StepByStepDbContext aspNetCoreDbContext) : base(aspNetCoreDbContext) { _aspNetCoreDbContext = aspNetCoreDbContext; }
public UnitOfWork(StepByStepDbContext Context) { _Context = Context; }