public CabinetRepository() { this.restClient = ClientRestSharp.GetClient(); }
public StatRequestRepository() { restClient = ClientRestSharp.GetClient(); }
public VisiteRepository() { restClient = ClientRestSharp.GetClient(); }
public DepartementRepository() { restClient = ClientRestSharp.GetClient(); }
public UtilisateurRepository() { restClient = ClientRestSharp.GetClient(); }
public static IRestClient GetClient() { ClientRestSharp.client.RemoteCertificateValidationCallback = ClientRestSharp.validationCertificat(); return(client); }