Example #1
0
 public EmployeesController(RedmineContext context)
 {
     _context = context;
 }
Example #2
0
 public IssuesController(RedmineContext context)
 {
     _context = context;
 }
Example #3
0
 public ProjectsController(RedmineContext context)
 {
     _context = context;
 }