6 references to
dotnet-openapi (6)
Commands\AddCommand.cs (1)
14: base(parent, CommandName, httpClient)
Commands\AddFileCommand.cs (1)
21: base(parent, CommandName, httpClient)
Commands\AddProjectCommand.cs (1)
19: base(parent, CommandName, httpClient)
Commands\AddURLCommand.cs (1)
20: base(parent, CommandName, httpClient)
Commands\RefreshCommand.cs (1)
20public RefreshCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)
Commands\RemoveCommand.cs (1)
20public RemoveCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)