Esempio n. 1
0
 public VotingService(VoteDbContext context, INextDuoService nextDuoService)
 {
     _context        = context;
     _nextDuoService = nextDuoService;
 }
 public HomeController(INextDuoService nextDuoService)
 {
     _nextDuoService = nextDuoService;
 }