コード例 #1
0
 public ProjectsController(Crowdfunding4Context context)
 {
     await_context = context;
 }
コード例 #2
0
 public CommentsController(Crowdfunding4Context context)
 {
     _context = context;
 }
コード例 #3
0
 public PackageController(Crowdfunding4Context context)
 {
     _context = context;
 }
コード例 #4
0
 public HomeController(Crowdfunding4Context context)
 {
     _context = context;
 }
コード例 #5
0
 public RewardsController(Crowdfunding4Context context)
 {
     _context = context;
 }
コード例 #6
0
 public MembersController(Crowdfunding4Context context)
 {
     _context = context;
 }
コード例 #7
0
 public TransactionsController(Crowdfunding4Context context)
 {
     _context = context;
 }