public BookMakerRepository(ISQLiteImplementation sqLiteImplementation) { _sqLiteImplementation = sqLiteImplementation; }
public BetRepository(ISQLiteImplementation sqLiteImplementation) { _sqLiteImplementation = sqLiteImplementation; }