예제 #1
0
파일: MsgBLL.cs 프로젝트: fubendong/--CTCRM
 /// <summary>
 /// 统计营销发送的条数
 /// </summary>
 /// <param name="sellerNick"></param>
 /// <returns></returns>
 public static DataTable GetMsgSendHisCount(string seller)
 {
     return(MsgDAL.GetMsgSendHisCount(seller));
 }