Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> ReserverAsync(emprentuer.ServiceReference2.OuvrageEmprent o)
 {
     return(base.Channel.ReserverAsync(o));
 }
Exemplo n.º 2
0
 public bool Reserver(emprentuer.ServiceReference2.OuvrageEmprent o)
 {
     return(base.Channel.Reserver(o));
 }