public System.Threading.Tasks.Task <bool> InsertLoanTypeAsync(WattsALoanClient.WattsALoanServiceReference.LoanType loanType)
 {
     return(base.Channel.InsertLoanTypeAsync(loanType));
 }
 public bool InsertLoanType(WattsALoanClient.WattsALoanServiceReference.LoanType loanType)
 {
     return(base.Channel.InsertLoanType(loanType));
 }