TG.WXCRM.V4/IBLL/Csvr/ICSVR_TODOITEM.cs

11 lines
286 B
C#

using WX.CRM.Common;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_TODOITEM
{
bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.CSVR_TODOITEM model);
bool Update(ref ValidationErrors errors, WX.CRM.Model.Entity.CSVR_TODOITEM model);
}
}