using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_APPLYPRIMARYNUMBER { bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.CSVR_APPLYPRIMARYNUMBER model); bool UpdateStatus(ref ValidationErrors errors, CSVR_APPLYPRIMARYNUMBER model); bool Delete(ref ValidationErrors errors, decimal id); } }