public System.Threading.Tasks.Task UpdateLoanAsync(ServiceReference2.ImprumutDTO imprumut) { return base.Channel.UpdateLoanAsync(imprumut); }
public System.Threading.Tasks.Task AddReviewForLoanAsync(ServiceReference2.ImprumutDTO imprumut, string text) { return base.Channel.AddReviewForLoanAsync(imprumut, text); }