コード例 #1
0
 public static bool Exists(int companyId, string companyName)
 {
     return(dal.Exists(companyId, companyName));
 }
コード例 #2
0
ファイル: BCompany.cs プロジェクト: zhr008/ERP-1
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(string CODE)
 {
     return(dal.Exists(CODE));
 }