using System; using System.Collections.Generic; using System.Text; using Txgy.EWS.Server.Models; namespace Txgy.EWS.Server.IService { public interface IRecordService : IBaseService { List GetRecordInfo(string license); } }