示例#1
0
 public System.Threading.Tasks.Task <bool> RestituieCarteAsync(Library.ServiceReference.CITITOR cititor, int carteId, string textReview)
 {
     return(base.Channel.RestituieCarteAsync(cititor, carteId, textReview));
 }
示例#2
0
 public bool RestituieCarte(Library.ServiceReference.CITITOR cititor, int carteId, string textReview)
 {
     return(base.Channel.RestituieCarte(cititor, carteId, textReview));
 }
示例#3
0
 public System.Threading.Tasks.Task <bool> PotRestituiiCarteaAsync(Library.ServiceReference.CITITOR cititor, int carteId)
 {
     return(base.Channel.PotRestituiiCarteaAsync(cititor, carteId));
 }
示例#4
0
 public bool PotRestituiiCartea(Library.ServiceReference.CITITOR cititor, int carteId)
 {
     return(base.Channel.PotRestituiiCartea(cititor, carteId));
 }
示例#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));
 }
示例#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));
 }