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