//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Saving.WcfBusscom {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfBusscom.IBusscom")]
public interface IBusscom {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_cal_yearmonth", ReplyAction="http://tempuri.org/IBusscom/of_cal_yearmonthResponse")]
decimal of_cal_yearmonth(string wsPass, System.DateTime adtm_start, System.DateTime adtm_end);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_getprocessdate", ReplyAction="http://tempuri.org/IBusscom/of_getprocessdateResponse")]
System.DateTime of_getprocessdate(string wsPass, System.DateTime adtm_current);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_getpostingdate", ReplyAction="http://tempuri.org/IBusscom/of_getpostingdateResponse")]
System.DateTime of_getpostingdate(string wsPass, System.DateTime ldtm_procdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_getnextprocessdate", ReplyAction="http://tempuri.org/IBusscom/of_getnextprocessdateResponse")]
System.DateTime of_getnextprocessdate(string wsPass, System.DateTime ldtm_procdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_getattribloantype", ReplyAction="http://tempuri.org/IBusscom/of_getattribloantypeResponse")]
string of_getattribloantype(string wsPass, string as_loantype, string as_column);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_getaccountdate", ReplyAction="http://tempuri.org/IBusscom/of_getaccountdateResponse")]
int of_getaccountdate(string wsPass, short ai_year, ref System.DateTime adtm_start, ref System.DateTime adtm_end);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_getpostingdate2", ReplyAction="http://tempuri.org/IBusscom/of_getpostingdate2Response")]
System.DateTime of_getpostingdate2(string wsPass, short ai_year, short ai_month);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_relativeworkdate", ReplyAction="http://tempuri.org/IBusscom/of_relativeworkdateResponse")]
System.DateTime of_relativeworkdate(string wsPass, System.DateTime adtm_currentdate, short ai_increase);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBusscom/of_getattribconstant", ReplyAction="http://tempuri.org/IBusscom/of_getattribconstantResponse")]
string of_getattribconstant(string wsPass, string as_column);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IBusscomChannel : Saving.WcfBusscom.IBusscom, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class BusscomClient : System.ServiceModel.ClientBase, Saving.WcfBusscom.IBusscom {
public BusscomClient() {
}
public BusscomClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public BusscomClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public BusscomClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public BusscomClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public decimal of_cal_yearmonth(string wsPass, System.DateTime adtm_start, System.DateTime adtm_end) {
return base.Channel.of_cal_yearmonth(wsPass, adtm_start, adtm_end);
}
public System.DateTime of_getprocessdate(string wsPass, System.DateTime adtm_current) {
return base.Channel.of_getprocessdate(wsPass, adtm_current);
}
public System.DateTime of_getpostingdate(string wsPass, System.DateTime ldtm_procdate) {
return base.Channel.of_getpostingdate(wsPass, ldtm_procdate);
}
public System.DateTime of_getnextprocessdate(string wsPass, System.DateTime ldtm_procdate) {
return base.Channel.of_getnextprocessdate(wsPass, ldtm_procdate);
}
public string of_getattribloantype(string wsPass, string as_loantype, string as_column) {
return base.Channel.of_getattribloantype(wsPass, as_loantype, as_column);
}
public int of_getaccountdate(string wsPass, short ai_year, ref System.DateTime adtm_start, ref System.DateTime adtm_end) {
return base.Channel.of_getaccountdate(wsPass, ai_year, ref adtm_start, ref adtm_end);
}
public System.DateTime of_getpostingdate2(string wsPass, short ai_year, short ai_month) {
return base.Channel.of_getpostingdate2(wsPass, ai_year, ai_month);
}
public System.DateTime of_relativeworkdate(string wsPass, System.DateTime adtm_currentdate, short ai_increase) {
return base.Channel.of_relativeworkdate(wsPass, adtm_currentdate, ai_increase);
}
public string of_getattribconstant(string wsPass, string as_column) {
return base.Channel.of_getattribconstant(wsPass, as_column);
}
}
}