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