Exemplo n.º 1
0
 public SteenScoreService(ISteenScoreRepository steenScoreRepo)
 {
     _steenScoreRepo = steenScoreRepo;
 }
Exemplo n.º 2
0
 public SteenScoreService(GameContext context)
 {
     _steenScoreRepo = new SteenScoreRepository(context);
 }