public DepartmentGroupRepository(IAWDbContext awDbContext)
		{
			_awDbContext = awDbContext;
		}
Exemplo n.º 2
0
		public UnitOfWork(IAWDbContext awDbContext)
		{
			_awDbContext = awDbContext;
		}