Exemple #1
0
 public System.Threading.Tasks.Task UpdateLoanAsync(WCF_Project2.ImprumutDTO imprumut)
 {
     return(base.Channel.UpdateLoanAsync(imprumut));
 }
Exemple #2
0
 public System.Threading.Tasks.Task AddReviewForLoanAsync(WCF_Project2.ImprumutDTO imprumut, string text)
 {
     return(base.Channel.AddReviewForLoanAsync(imprumut, text));
 }
Exemple #3
0
 public void UpdateLoan(WCF_Project2.ImprumutDTO imprumut)
 {
     base.Channel.UpdateLoan(imprumut);
 }
Exemple #4
0
 public void AddReviewForLoan(WCF_Project2.ImprumutDTO imprumut, string text)
 {
     base.Channel.AddReviewForLoan(imprumut, text);
 }