Ejemplo n.º 1
0
 public BuggyController(DatingDataContext _context)
 {
     this.context = _context;
 }
Ejemplo n.º 2
0
 public AccountController(DatingDataContext context, ITokenService tokenService)
 {
     _context      = context;
     _tokenService = tokenService;
 }