public EFScoreRepository(HighscoreContext ctx) : base(ctx)
 {
 }
Пример #2
0
 public EFRepository(HighscoreContext ctx)
 {
     this.ctx = ctx;
 }