示例#1
0
 public LinkDBRepository(LinkDBContext context, IHashService hashService)
 {
     _context     = context;
     _hashService = hashService;
 }
示例#2
0
 public LinkRepository(LinkDBContext context)
 {
     _context = context;
 }
示例#3
0
 public LinkEFManager(LinkDBContext ctx) : base(ctx)
 {
 }