Ejemplo n.º 1
0
 public BookMakerRepository(ISQLiteImplementation sqLiteImplementation)
 {
     _sqLiteImplementation = sqLiteImplementation;
 }
Ejemplo n.º 2
0
 public BetRepository(ISQLiteImplementation sqLiteImplementation)
 {
     _sqLiteImplementation = sqLiteImplementation;
 }