public ClassSqlViewComponent(ProjectInfoContext context) { _context = context; }
public ProjectsController(ProjectInfoContext context) { _context = context; }
public ClassesController(ProjectInfoContext context) { _context = context; }
public ReferenceListViewComponent(ProjectInfoContext context) { _context = context; }
public FormUsedByViewComponent(ProjectInfoContext context) { _context = context; }
public ModuleUsedByViewComponent(ProjectInfoContext context) { _context = context; }
public ModulesController(ProjectInfoContext context) { _context = context; }
public FormCodeViewComponent(ProjectInfoContext context) { _context = context; }
public ObjectRefListViewComponent(ProjectInfoContext context) { _context = context; }
public ModuleCodeViewComponent(ProjectInfoContext context) { _context = context; }