Exemple #1
0
 public ShuffleRepository(NumberTumblerContext context) : base(context)
 {
     _context = context;
 }
 public NumberSetRepository(NumberTumblerContext context) : base(context)
 {
     _context = context;
 }