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

10 lines
186 B
C#

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