コード例 #1
0
 public ActionResult DeleteValue(int id)
 {
     _attributeService.DeleteAttributeValue(id);
     return(AbpJson("ok"));
 }