All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp.GlobalConfiguration.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
{{>partial_header}}

using System;
using System.Reflection;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;

namespace {{packageName}}.Client
{
    /// 
    ///  provides a compile-time extension point for globally configuring
    /// API Clients.
    /// 
    /// 
    /// A customized implementation via partial class may reside in another file and may
    /// be excluded from automatic generation via a .openapi-generator-ignore file.
    /// 
    public partial class GlobalConfiguration : Configuration
    {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy