Example #1
0
 public ProjectCall(CrowdfundingContext context, IHostingEnvironment IHostingEnvironment)
 {
     _context     = context;
     _environment = IHostingEnvironment;
 }
Example #2
0
 public UsersBenefitsController(CrowdfundingContext context)
 {
     _context = context;
 }
Example #3
0
 public CategoriesListViewComponent(CrowdfundingContext context)
 {
     _context = context;
 }
Example #4
0
 public ApiProjectsController(CrowdfundingContext context, IProjectsCall projectsCall)
 {
     _context      = context;
     _projectsCall = projectsCall;
 }
Example #5
0
 public UserController(CrowdfundingContext context)
 {
     _context = context;
 }
 public HomeController(CrowdfundingContext context)
 {
     _context = context;
 }
Example #7
0
 public CategoriesController(CrowdfundingContext context)
 {
     _context = context;
 }