예제 #1
0
 public BuggyController(DatingDataContext _context)
 {
     this.context = _context;
 }
예제 #2
0
 public AccountController(DatingDataContext context, ITokenService tokenService)
 {
     _context      = context;
     _tokenService = tokenService;
 }