コード例 #1
0
 public CabinetRepository()
 {
     this.restClient = ClientRestSharp.GetClient();
 }
コード例 #2
0
 public StatRequestRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
コード例 #3
0
 public VisiteRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
コード例 #4
0
 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);
 }