using System; using System.Collections.Generic; using CB.Entity; namespace CB.Interface.Infrastructure { public interface ITVServerService : IRepository { /// /// 根据彩种获取彩种走势图所在服务器 /// /// /// IList GetTVServer(int lid); } }