using System; using System.Collections.Generic; using System.Data; using CB.Entity; namespace CB.Interface.Infrastructure { public interface ILotteryAwardrService { IList<LotteryAwardInfo> GetLotteryAwardList(); } }