Exemplo n.º 1
0
 public PublishingCollectionsController(Professor_PublicationContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public Professor1PublicationLinkersController(Professor_PublicationContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public Charts2Controller(Professor_PublicationContext context)
 {
     _context = context;
 }
 public FacultyCollectionsController(Professor_PublicationContext context)
 {
     _context = context;
 }
 public DegreeCollectionsController(Professor_PublicationContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public PlaceOfWorksController(Professor_PublicationContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public CathedrasController(Professor_PublicationContext context)
 {
     _context = context;
 }