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