public AttributesController(IAttributeRepositry attributeRepositry)
 {
     AttributeRepositry = attributeRepositry;
 }
예제 #2
0
 public CategoriesController(IAttributeRepositry attribute, ICategoryRepositry category)
 {
     Attribute     = attribute;
     this.category = category;
 }