Exemplo n.º 1
0
 public LinkDBRepository(LinkDBContext context, IHashService hashService)
 {
     _context     = context;
     _hashService = hashService;
 }
Exemplo n.º 2
0
 public LinkRepository(LinkDBContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public LinkEFManager(LinkDBContext ctx) : base(ctx)
 {
 }