using System.Collections.Generic;
using WX.CRM.Common;
namespace WX.CRM.IBLL.Soft
{
public interface ISOFT_REMOTECODE_Q
List<WX.CRM.Model.Entity.SOFT_REMOTECODE> GetList_RemoteCode(ref Pager pager);
}