Beispiel #1
0
        public ProductLogic(IWsUnitOfWork unitOfWork, ITagTypesLogic tagTypesLogic)
        {
            _unitOfWork = unitOfWork;

            _tagTypeLogic = tagTypesLogic;
        }
Beispiel #2
0
 public TagsController(ITagTypesLogic tagTypesLogic)
 {
     _tagTypesLogic = tagTypesLogic;
 }