ComplianceServer/oldcode/IBLL/Sms/ISMS_MESSAGE_Q.cs

11 lines
265 B
C#

using System.Collections.Generic;
namespace WX.CRM.IBLL.Sms
{
public interface ISMS_MESSAGE_Q
{
List<WX.CRM.Model.Entity.SMS_MESSAGE> GetList(int topNum);
void ExecLog(decimal messageId, WX.CRM.Model.Entity.SMS_SENDLOG logInfo);
}
}