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