Example #1
0
 public UrlRepository()
 {
     _context = new DotNetNoteContext();
 }
Example #2
0
 public UrlRepository(DotNetNoteContext context)
 {
     _context = context;
 }