示例#1
0
 public IQueryable <BetTbl> GetBetEvents()
 {
     return(_betRepository.GetBetEvents());
 }