public System.Threading.Tasks.Task <EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSResponse> DONNEPRESENCEAVECIDCOURSAsync(int P_Id)
 {
     EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequest inValue = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequest();
     inValue.Body      = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequestBody();
     inValue.Body.P_Id = P_Id;
     return(((EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap)(this)).DONNEPRESENCEAVECIDCOURSAsync(inValue));
 }
 public EMPLOI_DU_TEMPS_IHM.ServiceReference1.Get_Presence_Result[] DONNEPRESENCEAVECIDCOURS(int P_Id)
 {
     EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequest inValue = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequest();
     inValue.Body      = new EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequestBody();
     inValue.Body.P_Id = P_Id;
     EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSResponse retVal = ((EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap)(this)).DONNEPRESENCEAVECIDCOURS(inValue);
     return(retVal.Body.DONNEPRESENCEAVECIDCOURSResult);
 }
 System.Threading.Tasks.Task <EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSResponse> EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap.DONNEPRESENCEAVECIDCOURSAsync(EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequest request)
 {
     return(base.Channel.DONNEPRESENCEAVECIDCOURSAsync(request));
 }
 EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSResponse EMPLOI_DU_TEMPS_IHM.ServiceReference1.WebService1Soap.DONNEPRESENCEAVECIDCOURS(EMPLOI_DU_TEMPS_IHM.ServiceReference1.DONNEPRESENCEAVECIDCOURSRequest request)
 {
     return(base.Channel.DONNEPRESENCEAVECIDCOURS(request));
 }