예제 #1
0
 public GenreRepository(IAnimeContext context)
 {
     _context = context;
 }
예제 #2
0
 public StreamingServiceRepository(IAnimeContext context)
 {
     _context = context;
 }
 public StudioRepository(IAnimeContext context)
 {
     _context = context;
 }