예제 #1
0
 public tkGetUrlRequest(WsAnnuaires.typeProfil ProfilDemandeur, WsAnnuaires.typeVersionPK VersionPK)
 {
     this.ProfilDemandeur = ProfilDemandeur;
     this.VersionPK       = VersionPK;
 }
예제 #2
0
 public tkGetOperationsServiceVersionRequest(WsAnnuaires.typeProfil ProfilDemandeur, WsAnnuaires.typeVersionPK VersionPK)
 {
     this.ProfilDemandeur = ProfilDemandeur;
     this.VersionPK       = VersionPK;
 }
예제 #3
0
 public tkGetVersionsServiceRequest(WsAnnuaires.typeProfil ProfilDemandeur, WsAnnuaires.typeServicePK Service)
 {
     this.ProfilDemandeur = ProfilDemandeur;
     this.Service         = Service;
 }
예제 #4
0
 public tkGetServicesRequest(WsAnnuaires.typeProfil ProfilDemandeur, WsAnnuaires.typeDomaine Domaine, WsAnnuaires.typeEspeceAnimale Espece)
 {
     this.ProfilDemandeur = ProfilDemandeur;
     this.Domaine         = Domaine;
     this.Espece          = Espece;
 }