Exemplo n.º 1
0
 public CabinetRepository()
 {
     this.restClient = ClientRestSharp.GetClient();
 }
Exemplo n.º 2
0
 public DepartementRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
Exemplo n.º 3
0
 public UtilisateurRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
Exemplo n.º 4
0
 public VisiteRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
Exemplo n.º 5
0
 public static IRestClient GetClient()
 {
     ClientRestSharp.client.RemoteCertificateValidationCallback = ClientRestSharp.validationCertificat();
     return(client);
 }