Esempio n. 1
0
 public BuggyController(MvcSoprofenContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ProductsController(MvcSoprofenContext context)
 {
     _context = context;
 }
 public AccountController(MvcSoprofenContext context, ITokenService tokenService)
 {
     _context      = context;
     _tokenService = tokenService;
 }