예제 #1
0
파일: Reference.cs 프로젝트: riad9808/poc
 public System.Threading.Tasks.Task <bool> InscrireAttenteAsync(emprentuer.ServiceReference2.ListeAttente l)
 {
     return(base.Channel.InscrireAttenteAsync(l));
 }
예제 #2
0
파일: Reference.cs 프로젝트: riad9808/poc
 public bool InscrireAttente(emprentuer.ServiceReference2.ListeAttente l)
 {
     return(base.Channel.InscrireAttente(l));
 }