ComplianceServer/oldcode/IBLL/Csvr/ICSVR_RELATIONCUSTOMER_Q.cs

10 lines
217 B
C#

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