public IDictionary <Model.Outcome, IEnumerable <Model.GenericOdd> > GetOdds(Model.GenericMatchCoupon matchCoupon, DateTime couponDate, DateTime timeStamp)
 {
     return(this.spreadsheetData.GetOdds(matchCoupon, timeStamp));
 }
예제 #2
0
 public IDictionary <Model.Outcome, IEnumerable <Model.GenericOdd> > GetOdds(Model.GenericMatchCoupon matchCoupon, DateTime couponDate, DateTime timeStamp)
 {
     throw new NotImplementedException();
 }