Example #1
0
 public CabinetRepository()
 {
     this.restClient = ClientRestSharp.GetClient();
 }
Example #2
0
 public DepartementRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
Example #3
0
 public UtilisateurRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
 public VisiteRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
 public static IRestClient GetClient()
 {
     ClientRestSharp.client.RemoteCertificateValidationCallback = ClientRestSharp.validationCertificat();
     return(client);
 }