示例#1
0
 public string SaveHelpContent(string operation, string userId, string categoryId, string areaId, string itemCode, string value)
 {
     try
     {
         return(HelpContext.Content(operation, userId, categoryId, areaId, itemCode, "Help", value));
     }
     catch (Exception ex)
     {
         var em = ex.Message;
         return("");
     }
 }