From 0798d836ea1cc08a4c14f3dbdb481bf2045c8da6 Mon Sep 17 00:00:00 2001 From: Waldi Date: Fri, 13 Oct 2017 11:06:40 +0200 Subject: [PATCH] =?UTF-8?q?Chat-Code=20Erneuern=20=20und=20klienigkeiten?= =?UTF-8?q?=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/ServiceProxy/Generated.cs | 18 +++++ BeWo/View/ChatServiceCustomer.xaml | 8 +- BeWo/View/ChatServiceCustomer.xaml.cs | 63 ++++++++++++++++ BeWo/View/ChatServiceEmployee.xaml | 7 +- BeWo/View/ChatServiceEmployee.xaml.cs | 36 ++++++++- .../ServiceContracts/IOperationsService.cs | 8 ++ .../OperationsServiceImp.cs | 73 ++++++++++++++++++- 7 files changed, 204 insertions(+), 9 deletions(-) diff --git a/BeWo/ServiceProxy/Generated.cs b/BeWo/ServiceProxy/Generated.cs index e6d760a76..c3872f444 100644 --- a/BeWo/ServiceProxy/Generated.cs +++ b/BeWo/ServiceProxy/Generated.cs @@ -4415,6 +4415,14 @@ namespace BeWo.ServiceProxy [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetHandOutPdfForChatBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BS.Shared.DataContracts.PdfChatHandoutDC GetHandOutPdfForChat(string customerId, string apikey); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletEmloyeeChatCode", ReplyAction="http://tempuri.org/IOperationsService/DeletEmloyeeChatCodeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletEmloyeeChatCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + bool DeletEmloyeeChatCode(string apikey, string kundennummer, long userOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletCustomerChatCode", ReplyAction="http://tempuri.org/IOperationsService/DeletCustomerChatCodeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletCustomerChatCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + bool DeletCustomerChatCode(string apikey, string kundennummer, long userOid); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateInvoices", ReplyAction="http://tempuri.org/IOperationsService/DeactivateInvoicesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateInvoicesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] void DeactivateInvoices(System.Collections.Generic.List invoices); @@ -5235,6 +5243,16 @@ namespace BeWo.ServiceProxy return base.Channel.GetHandOutPdfForChat(customerId, apikey); } + public bool DeletEmloyeeChatCode(string apikey, string kundennummer, long userOid) + { + return base.Channel.DeletEmloyeeChatCode(apikey, kundennummer, userOid); + } + + public bool DeletCustomerChatCode(string apikey, string kundennummer, long userOid) + { + return base.Channel.DeletCustomerChatCode(apikey, kundennummer, userOid); + } + public void DeactivateInvoices(System.Collections.Generic.List invoices) { base.Channel.DeactivateInvoices(invoices); diff --git a/BeWo/View/ChatServiceCustomer.xaml b/BeWo/View/ChatServiceCustomer.xaml index 6c2cf1562..23260b612 100644 --- a/BeWo/View/ChatServiceCustomer.xaml +++ b/BeWo/View/ChatServiceCustomer.xaml @@ -40,8 +40,8 @@ Height="21" x:Name="GenerateButon"/> - +