ComplianceServer/oldcode/IBLL/Sms/ISMS_MESSAGE_HIS.cs

8 lines
144 B
C#

namespace WX.CRM.IBLL.Sms
{
public interface ISMS_MESSAGE_HIS
{
void Add(WX.CRM.Model.Entity.SMS_MESSAGE_HIS model);
}
}