Example #1
0
 /// <summary>
 /// 删除
 /// </summary>
 public void RemoveFormByOutId(string keyvalue)
 {
     service.RemoveFormByOutId(keyvalue);
 }