Пример #1
0
 public EMPLOI_DU_TEMPS_IHM.ServiceReference1.C_Cours[] DonneCours()
 {
     EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequest inValue = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequest();
     inValue.Body = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequestBody();
     EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursResponse retVal = ((EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap)(this)).DonneCours(inValue);
     return(retVal.Body.DonneCoursResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursResponse> DonneCoursAsync()
 {
     EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequest inValue = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequest();
     inValue.Body = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequestBody();
     return(((EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap)(this)).DonneCoursAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursResponse> EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap.DonneCoursAsync(EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequest request)
 {
     return(base.Channel.DonneCoursAsync(request));
 }
Пример #4
0
 EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursResponse EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap.DonneCours(EMPLOI_DU_TEMPS_IHM.ServiceReference1.DonneCoursRequest request)
 {
     return(base.Channel.DonneCours(request));
 }