예제 #1
0
 public ActionResult DeleteCodeType(string typeId)
 {
     dictionaryBLL.RemoveStandardTypeForm(typeId);
     return(Success("操作成功。"));
 }