public DepartmentGroupRepository(IAWDbContext awDbContext)
		{
			_awDbContext = awDbContext;
		}
Exemple #2
0
		public UnitOfWork(IAWDbContext awDbContext)
		{
			_awDbContext = awDbContext;
		}