public ContactController(SRAContext context)
 {
     _context = context;
 }
Example #2
0
 public FeedbackController(SRAContext context)
 {
     _context = context;
 }
 public IssueController(SRAContext context)
 {
     _context = context;
 }
Example #4
0
 public StudentController(SRAContext context)
 {
     _context = context;
 }