Exemple #1
0
 public AttributItemsController(IAttributeGrpService attributeGrpService, IAttributeItemService attributeItemService)
 {
     _attributeGrpService  = attributeGrpService;
     _attributeItemService = attributeItemService;
 }