Example #1
0
 public PublishingCollectionsController(Professor_PublicationContext context)
 {
     _context = context;
 }
Example #2
0
 public Professor1PublicationLinkersController(Professor_PublicationContext context)
 {
     _context = context;
 }
Example #3
0
 public Charts2Controller(Professor_PublicationContext context)
 {
     _context = context;
 }
 public FacultyCollectionsController(Professor_PublicationContext context)
 {
     _context = context;
 }
 public DegreeCollectionsController(Professor_PublicationContext context)
 {
     _context = context;
 }
 public PlaceOfWorksController(Professor_PublicationContext context)
 {
     _context = context;
 }
Example #7
0
 public CathedrasController(Professor_PublicationContext context)
 {
     _context = context;
 }