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