public System.Threading.Tasks.Task <string> SetHistoriaPrzelewowAsync(WCFKantor.TransferHistory history)
 {
     return(base.Channel.SetHistoriaPrzelewowAsync(history));
 }
 public string SetHistoriaPrzelewow(WCFKantor.TransferHistory history)
 {
     return(base.Channel.SetHistoriaPrzelewow(history));
 }