You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
931 B
33 lines
931 B
4 years ago
|
/*
|
||
|
* Service Collaborateur API
|
||
|
*
|
||
|
* Api du service Collaborateur, utilisée pour récupérer les données des collaborateurs d'Apside
|
||
|
*
|
||
4 years ago
|
* OpenAPI spec version: 1.1.3
|
||
4 years ago
|
* Contact: lilian.gayet@apside-groupe.com
|
||
|
* Generated by: https://github.com/swagger-api/swagger-codegen.git
|
||
|
*/
|
||
|
|
||
|
using System;
|
||
|
using System.Reflection;
|
||
|
using System.Collections.Generic;
|
||
|
using System.IO;
|
||
|
using System.Linq;
|
||
|
using System.Text;
|
||
|
using System.Threading;
|
||
|
|
||
|
namespace IO.Swagger.ClientCollaborateur
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// <see cref="GlobalConfiguration"/> provides a compile-time extension point for globally configuring
|
||
|
/// API Clients.
|
||
|
/// </summary>
|
||
|
/// <remarks>
|
||
|
/// A customized implementation via partial class may reside in another file and may
|
||
|
/// be excluded from automatic generation via a .swagger-codegen-ignore file.
|
||
|
/// </remarks>
|
||
|
public partial class GlobalConfiguration : Configuration
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|