Esempio n. 1
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(string CUSTOMER_CODE, string DELIVERY_CODE)
 {
     return(dal.Exists(CUSTOMER_CODE, DELIVERY_CODE));
 }