(AppDbContext context)
| 14 | private readonly AppDbContext _context; |
| 15 | |
| 16 | public SystemController(AppDbContext context) |
| 17 | { |
| 18 | _context = context; |
| 19 | } |
| 20 | |
| 21 | [HttpGet("er-diagram")] |
| 22 | public IActionResult GenerateErDiagram() |
nothing calls this directly
no outgoing calls
no test coverage detected