Generated.cs generiert
This commit is contained in:
@@ -4543,11 +4543,6 @@ namespace BeWo.ServiceProxy
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDownloadService/GetFileAttachmentForMobile", ReplyAction="http://tempuri.org/IDownloadService/GetFileAttachmentForMobileResponse")]
|
||||
[System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IDownloadService/GetFileAttachmentForMobileBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
||||
BS.Shared.DataContracts.FileAttachmentDC GetFileAttachmentForMobile(long oid, string tenant);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDownloadService/CreateTemporaryTokenForOneTimeLink", ReplyAction="http://tempuri.org/IDownloadService/CreateTemporaryTokenForOneTimeLinkResponse")]
|
||||
[System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IDownloadService/CreateTemporaryTokenForOneTimeLinkBeWoFaultFa" +
|
||||
"ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
||||
string CreateTemporaryTokenForOneTimeLink(string link, bool noExpiration, int expiringInXDays);
|
||||
}
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
@@ -4653,11 +4648,6 @@ namespace BeWo.ServiceProxy
|
||||
{
|
||||
return base.Channel.GetFileAttachmentForMobile(oid, tenant);
|
||||
}
|
||||
|
||||
public string CreateTemporaryTokenForOneTimeLink(string link, bool noExpiration, int expiringInXDays)
|
||||
{
|
||||
return base.Channel.CreateTemporaryTokenForOneTimeLink(link, noExpiration, expiringInXDays);
|
||||
}
|
||||
}
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user