public GenericRepository(NBAContext ctx) => context = ctx;
Exemple #2
0
 public unitOfWork(NBAContext context)
 {
     _context = context;
 }