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