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