public CabinetRepository() { this.restClient = ClientRestSharp.GetClient(); }
public VisiteRepository() { restClient = ClientRestSharp.GetClient(); }
public DepartementRepository() { restClient = ClientRestSharp.GetClient(); }
public UtilisateurRepository() { restClient = ClientRestSharp.GetClient(); }