TG.WXCRM.V4/IBLL/QQ/IQQ_Message.cs

11 lines
194 B
C#

using WX.CRM.Common;
using WX.CRM.Model.DTO;
namespace WX.CRM.IBLL.QQ
{
public interface IQQ_Message
{
void AddMessage(qq_message info, ref ValidationErrors errors);
}
}