public ProjectsController(ProjectMarketContext context)
 {
     _context = context;
 }
Exemple #2
0
 public FieldOfStudiesController(ProjectMarketContext context)
 {
     _context = context;
 }
 public AccountController(ProjectMarketContext context)
 {
     _context = context;
 }
 public AcademicInstitutesController(ProjectMarketContext context)
 {
     _context = context;
 }