コード例 #1
0
        public ActionResult Delete(long Id)
        {
            OperationDetails op = _manageSizeAttributeService.DeleteSizeAttribute(Id);

            return(Json(new { Succedeed = op.Succedeed, message = op.Message, prop = op.Property }));
        }