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); } }