Пример #1
0
 public ProductPropertyController(IUnitOfWork uow, IProductPropertyService ProductPropertyService, IUserService userService)
 {
     _uow = uow;
     _ProductPropertyService = ProductPropertyService;
 }
 public PropertyController(IProductPropertyService service)
 {
     _service = service;
 }