示例#1
0
 public CabinetRepository()
 {
     this.restClient = ClientRestSharp.GetClient();
 }
 public VisiteRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
示例#3
0
 public DepartementRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }
示例#4
0
 public UtilisateurRepository()
 {
     restClient = ClientRestSharp.GetClient();
 }