예제 #1
0
 public IHttpActionResult Removelink(int parentAttributeId, int attributeId)
 {
     AttributeService.RemoveLink(parentAttributeId, attributeId);
     return(Ok());
 }