コード例 #1
0
ファイル: PollController.cs プロジェクト: daubaris/vugle
 public PollController(VugleContext context)
 {
     _context = context;
 }
コード例 #2
0
 public SuggestionController(VugleContext context) => _context = context;
コード例 #3
0
ファイル: PusherController.cs プロジェクト: daubaris/vugle
 public PusherController(VugleContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: UserControler.cs プロジェクト: daubaris/vugle
 public UserController(VugleContext context)
 {
     _context = context;
 }