コード例 #1
0
ファイル: Bll_TB_STA.cs プロジェクト: rcw0125/PCI20200819
 /// <summary>
 /// 删除一条数据
 /// </summary>
 public bool Delete(string C_ID)
 {
     return(dal.Delete(C_ID));
 }