public DepartmentGroupRepository(IAWDbContext awDbContext) { _awDbContext = awDbContext; }
public UnitOfWork(IAWDbContext awDbContext) { _awDbContext = awDbContext; }