//------------------------------------------------------------------------------
//
// 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 CoreSavingLibrary.WcfNBudget {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://tempurl.org", ConfigurationName="WcfNBudget.n_budget")]
public interface n_budget {
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_test", ReplyAction="http://tempurl.org/n_budget/of_testResponse")]
string of_test(string as_test);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_save_budget_year", ReplyAction="http://tempurl.org/n_budget/of_save_budget_yearResponse")]
short of_save_budget_year(string as_wspass, string as_budget_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_save_budget_type", ReplyAction="http://tempurl.org/n_budget/of_save_budget_typeResponse")]
short of_save_budget_type(string as_wspass, string as_budgettype_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_save_budget_group", ReplyAction="http://tempurl.org/n_budget/of_save_budget_groupResponse")]
short of_save_budget_group(string as_wspass, string as_budgetgroup_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_save_fromedit_pay", ReplyAction="http://tempurl.org/n_budget/of_save_fromedit_payResponse")]
short of_save_fromedit_pay(string as_wspass, string as_cutpay_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_get_year_budget", ReplyAction="http://tempurl.org/n_budget/of_get_year_budgetResponse")]
short of_get_year_budget(string as_wspass, System.DateTime adtm_date);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_save_budget_typeyear", ReplyAction="http://tempurl.org/n_budget/of_save_budget_typeyearResponse")]
short of_save_budget_typeyear(string as_wspass, string as_budgettypeyear_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_close_month", ReplyAction="http://tempurl.org/n_budget/of_close_monthResponse")]
short of_close_month(string as_wspass, short ai_year, short ai_month);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_save_budget_groupyear", ReplyAction="http://tempurl.org/n_budget/of_save_budget_groupyearResponse")]
short of_save_budget_groupyear(string as_wspass, string as_budgetgroupyear_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_get_bg_movment_year", ReplyAction="http://tempurl.org/n_budget/of_get_bg_movment_yearResponse")]
string of_get_bg_movment_year(string as_wspass, short an_year, string as_group, string as_type);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_budget/of_get_bgtype_nonaccid", ReplyAction="http://tempurl.org/n_budget/of_get_bgtype_nonaccidResponse")]
string of_get_bgtype_nonaccid(string as_wspass);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface n_budgetChannel : CoreSavingLibrary.WcfNBudget.n_budget, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class n_budgetClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNBudget.n_budget {
public n_budgetClient() {
}
public n_budgetClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public n_budgetClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public n_budgetClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public n_budgetClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string of_test(string as_test) {
return base.Channel.of_test(as_test);
}
public short of_save_budget_year(string as_wspass, string as_budget_xml) {
return base.Channel.of_save_budget_year(as_wspass, as_budget_xml);
}
public short of_save_budget_type(string as_wspass, string as_budgettype_xml) {
return base.Channel.of_save_budget_type(as_wspass, as_budgettype_xml);
}
public short of_save_budget_group(string as_wspass, string as_budgetgroup_xml) {
return base.Channel.of_save_budget_group(as_wspass, as_budgetgroup_xml);
}
public short of_save_fromedit_pay(string as_wspass, string as_cutpay_xml) {
return base.Channel.of_save_fromedit_pay(as_wspass, as_cutpay_xml);
}
public short of_get_year_budget(string as_wspass, System.DateTime adtm_date) {
return base.Channel.of_get_year_budget(as_wspass, adtm_date);
}
public short of_save_budget_typeyear(string as_wspass, string as_budgettypeyear_xml) {
return base.Channel.of_save_budget_typeyear(as_wspass, as_budgettypeyear_xml);
}
public short of_close_month(string as_wspass, short ai_year, short ai_month) {
return base.Channel.of_close_month(as_wspass, ai_year, ai_month);
}
public short of_save_budget_groupyear(string as_wspass, string as_budgetgroupyear_xml) {
return base.Channel.of_save_budget_groupyear(as_wspass, as_budgetgroupyear_xml);
}
public string of_get_bg_movment_year(string as_wspass, short an_year, string as_group, string as_type) {
return base.Channel.of_get_bg_movment_year(as_wspass, an_year, as_group, as_type);
}
public string of_get_bgtype_nonaccid(string as_wspass) {
return base.Channel.of_get_bgtype_nonaccid(as_wspass);
}
}
}