예제 #1
0
 public CabinetRepository()
 {
     this.restClient = ClientRestSharp.GetClient();
 }
 public StatRequestRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
예제 #3
0
 public VisiteRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
 public DepartementRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
예제 #5
0
 public UtilisateurRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
예제 #6
0
 public static IRestClient GetClient()
 {
     ClientRestSharp.client.RemoteCertificateValidationCallback = ClientRestSharp.validationCertificat();
     return(client);
 }