public TVShowRepository(RJPContext context)
 {
     _context = context;
 }
Example #2
0
 public MovieRepository(RJPContext context)
 {
     _context = context;
 }