using System.Collections.Generic; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_RELATIONCUSTOMER_Q { List GetRelationByResId(string resId); } }