コード例 #1
0
        public ActionResult DeleteProduct(Guid templateId)
        {
            var r = BS.DeleteProduct(templateId);

            return(new JsonResult()
            {
                Data = r
            });
        }