public EfSpielerRepository(EfContext context) : base(context)
 {
 }
Example #2
0
 public EfRepository(EfContext context)
 {
     this.context = context;
 }