public System.Threading.Tasks.Task CreateTransactionAsync(ExpenseTrackerWeb.Business.ExpenseTrackerService.TransactionDTO transaction) { return(base.Channel.CreateTransactionAsync(transaction)); }
public void CreateTransaction(ExpenseTrackerWeb.Business.ExpenseTrackerService.TransactionDTO transaction) { base.Channel.CreateTransaction(transaction); }