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