BettingArbitrageBot/Arbitrage/Bookkeeper.cs

15 lines
217 B
C#
Raw Normal View History

2022-12-07 12:48:00 +11:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Arbitrage
{
public enum Bookkeeper
{
Ladbrokes,
Unibet
}
}