Exemple #1
0
 public PollController(VugleContext context)
 {
     _context = context;
 }
Exemple #2
0
 public SuggestionController(VugleContext context) => _context = context;
Exemple #3
0
 public PusherController(VugleContext context)
 {
     _context = context;
 }
Exemple #4
0
 public UserController(VugleContext context)
 {
     _context = context;
 }