Beispiel #1
0
 public BookMakerRepository(ISQLiteImplementation sqLiteImplementation)
 {
     _sqLiteImplementation = sqLiteImplementation;
 }
Beispiel #2
0
 public BetRepository(ISQLiteImplementation sqLiteImplementation)
 {
     _sqLiteImplementation = sqLiteImplementation;
 }