MCPcopy Create free account
hub / github.com/GmpABR/NexusFlow / SystemController

Method SystemController

backend/Controllers/SystemController.cs:16–19  ·  view source on GitHub ↗
(AppDbContext context)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected