TG.WXCRM.V4/IBLL/Res/IRES_ACTIVITY_EXPORTLOG.cs

10 lines
212 B
C#

using WX.CRM.Common;
namespace WX.CRM.IBLL.Res
{
public interface IRES_ACTIVITY_EXPORTLOG
{
bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.RES_ACTIVITY_EXPORTLOG model);
}
}