public CSharpCodeService( FragmentService fragmentService, HostService host ) { _fragmentService = fragmentService; _hostService = host; }
public QueryService(DatabaseContextService databaseContextService, SchemaService schemaService, FragmentService fragmentService, HostService host) { _databaseContextService = databaseContextService; _schemaService = schemaService; _fragmentService = fragmentService; _hostService = host; }