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