Exemplo n.º 1
0
 public LinksRepository(ZeldaContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Exemplo n.º 2
0
 public TagsRepository(ZeldaContext context,
                       ILogger <TagsRepository> logger)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }