Exemple #1
0
 public System.Threading.Tasks.Task <bool> RestituieCarteAsync(Library.ServiceReference.CITITOR cititor, int carteId, string textReview)
 {
     return(base.Channel.RestituieCarteAsync(cititor, carteId, textReview));
 }
Exemple #2
0
 public bool RestituieCarte(Library.ServiceReference.CITITOR cititor, int carteId, string textReview)
 {
     return(base.Channel.RestituieCarte(cititor, carteId, textReview));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <bool> PotRestituiiCarteaAsync(Library.ServiceReference.CITITOR cititor, int carteId)
 {
     return(base.Channel.PotRestituiiCarteaAsync(cititor, carteId));
 }
Exemple #4
0
 public bool PotRestituiiCartea(Library.ServiceReference.CITITOR cititor, int carteId)
 {
     return(base.Channel.PotRestituiiCartea(cititor, carteId));
 }
Exemple #5
0
 public System.Threading.Tasks.Task <bool> ImprumutaCarteaAsync(Library.ServiceReference.CITITOR cititor, string titlu, string autorNume, string autorPrenume, int numerZile)
 {
     return(base.Channel.ImprumutaCarteaAsync(cititor, titlu, autorNume, autorPrenume, numerZile));
 }
Exemple #6
0
 public bool ImprumutaCartea(Library.ServiceReference.CITITOR cititor, string titlu, string autorNume, string autorPrenume, int numerZile)
 {
     return(base.Channel.ImprumutaCartea(cititor, titlu, autorNume, autorPrenume, numerZile));
 }