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.
24 lines
681 B
24 lines
681 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 RestSharp;
|
||
|
|
||
|
namespace IO.Swagger.ClientCollaborateur
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// A delegate to ExceptionFactory method
|
||
|
/// </summary>
|
||
|
/// <param name="methodName">Method name</param>
|
||
|
/// <param name="response">Response</param>
|
||
|
/// <returns>Exceptions</returns>
|
||
|
public delegate Exception ExceptionFactory(string methodName, IRestResponse response);
|
||
|
}
|