/* * Service Collaborateur API * * Api du service Collaborateur, utilisée pour récupérer les données des collaborateurs d'Apside * * OpenAPI spec version: 1.1.3 * Contact: lilian.gayet@apside-groupe.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using RestSharp; namespace IO.Swagger.ClientCollaborateur { /// /// A delegate to ExceptionFactory method /// /// Method name /// Response /// Exceptions public delegate Exception ExceptionFactory(string methodName, IRestResponse response); }