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