Пример #1
0
 public CabinetRepository()
 {
     this.restClient = ClientRestSharp.GetClient();
 }
Пример #2
0
 public VisiteRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
Пример #3
0
 public DepartementRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
Пример #4
0
 public UtilisateurRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }