📄 itelcustomer.cs
字号:
using System;
using CallCenter.Modules;
using System.Collections;
using System.Data;
namespace CallCenter.IDAL
{
/// <summary>
///
/// </summary>
public interface ITelCustomer
{
int addIelCustomer(TelCustomerInfo infor);
int updateTelCustomer(TelCustomerInfo infor);
void delTelCustomerById(int id);
void delTelCustomerByCid(string cids);
ArrayList getTelCustomerByTelnumber(string telnumber);
ArrayList getTleCustomerByCid(int cid);
DataSet getTelCustomerByTelnumber_DataSet(string telnumber,string tableName);
DataSet getTleCustomerByCid_DataSet(int cid,string tableName);
int saveCustomerPosition(string cids,int position);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -