Пример #1
0
 public GenericControlService(IUnitOfWork unitOfWork, IGenericControlRepository attributeRepository
                              , ICacheManager cacheManager) : base(unitOfWork, attributeRepository)
 {
     _attributeRepository = attributeRepository;
     _cacheManager        = cacheManager;
 }
Пример #2
0
 public GenericControlService(IUnitOfWork unitOfWork, IGenericControlRepository attributeRepository) : base(unitOfWork, attributeRepository)
 {
     this._unitOfWork          = unitOfWork;
     this._attributeRepository = attributeRepository;
 }