//------------------------------------------------------------------------------
//
// 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.WcfBudget {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfBudget.IBudget")]
public interface IBudget {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/GetMemberName", ReplyAction="http://tempuri.org/IBudget/GetMemberNameResponse")]
string GetMemberName(string wsPass, string membNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveBudgetYear", ReplyAction="http://tempuri.org/IBudget/SaveBudgetYearResponse")]
int SaveBudgetYear(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveBudgetGroup", ReplyAction="http://tempuri.org/IBudget/SaveBudgetGroupResponse")]
int SaveBudgetGroup(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveBudgetType", ReplyAction="http://tempuri.org/IBudget/SaveBudgetTypeResponse")]
int SaveBudgetType(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveBudgetAmount", ReplyAction="http://tempuri.org/IBudget/SaveBudgetAmountResponse")]
int SaveBudgetAmount(string wsPass, short year, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveBudgetDetail", ReplyAction="http://tempuri.org/IBudget/SaveBudgetDetailResponse")]
int SaveBudgetDetail(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveSlip", ReplyAction="http://tempuri.org/IBudget/SaveSlipResponse")]
int SaveSlip(string wsPass, string xmlHead, string xmlDetail);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveBudgetGroupYear", ReplyAction="http://tempuri.org/IBudget/SaveBudgetGroupYearResponse")]
int SaveBudgetGroupYear(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveBudgetTypeYear", ReplyAction="http://tempuri.org/IBudget/SaveBudgetTypeYearResponse")]
int SaveBudgetTypeYear(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/GetBgMovmentYear", ReplyAction="http://tempuri.org/IBudget/GetBgMovmentYearResponse")]
string GetBgMovmentYear(string wsPass, short year, string bgGroup, string bgType);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/GetBgTypeNonAccId", ReplyAction="http://tempuri.org/IBudget/GetBgTypeNonAccIdResponse")]
string GetBgTypeNonAccId(string wsPass);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/ProcessCutPay", ReplyAction="http://tempuri.org/IBudget/ProcessCutPayResponse")]
string ProcessCutPay(string wsPass, System.DateTime Date, string BranchId);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveFromCutPay", ReplyAction="http://tempuri.org/IBudget/SaveFromCutPayResponse")]
int SaveFromCutPay(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/GetSetBudgetAmount", ReplyAction="http://tempuri.org/IBudget/GetSetBudgetAmountResponse")]
string GetSetBudgetAmount(string wsPass, short year);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveCloseMonthDetail", ReplyAction="http://tempuri.org/IBudget/SaveCloseMonthDetailResponse")]
int SaveCloseMonthDetail(string wsPass, string xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/GetYearBudget", ReplyAction="http://tempuri.org/IBudget/GetYearBudgetResponse")]
int GetYearBudget(string wsPass, System.DateTime date);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/CloseMonth", ReplyAction="http://tempuri.org/IBudget/CloseMonthResponse")]
int CloseMonth(string wsPass, short year, short month);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IBudget/SaveFromEditPay", ReplyAction="http://tempuri.org/IBudget/SaveFromEditPayResponse")]
int SaveFromEditPay(string wsPass, string xml);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IBudgetChannel : Saving.WcfBudget.IBudget, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class BudgetClient : System.ServiceModel.ClientBase, Saving.WcfBudget.IBudget {
public BudgetClient() {
}
public BudgetClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public BudgetClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public BudgetClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public BudgetClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string GetMemberName(string wsPass, string membNo) {
return base.Channel.GetMemberName(wsPass, membNo);
}
public int SaveBudgetYear(string wsPass, string xml) {
return base.Channel.SaveBudgetYear(wsPass, xml);
}
public int SaveBudgetGroup(string wsPass, string xml) {
return base.Channel.SaveBudgetGroup(wsPass, xml);
}
public int SaveBudgetType(string wsPass, string xml) {
return base.Channel.SaveBudgetType(wsPass, xml);
}
public int SaveBudgetAmount(string wsPass, short year, string xml) {
return base.Channel.SaveBudgetAmount(wsPass, year, xml);
}
public int SaveBudgetDetail(string wsPass, string xml) {
return base.Channel.SaveBudgetDetail(wsPass, xml);
}
public int SaveSlip(string wsPass, string xmlHead, string xmlDetail) {
return base.Channel.SaveSlip(wsPass, xmlHead, xmlDetail);
}
public int SaveBudgetGroupYear(string wsPass, string xml) {
return base.Channel.SaveBudgetGroupYear(wsPass, xml);
}
public int SaveBudgetTypeYear(string wsPass, string xml) {
return base.Channel.SaveBudgetTypeYear(wsPass, xml);
}
public string GetBgMovmentYear(string wsPass, short year, string bgGroup, string bgType) {
return base.Channel.GetBgMovmentYear(wsPass, year, bgGroup, bgType);
}
public string GetBgTypeNonAccId(string wsPass) {
return base.Channel.GetBgTypeNonAccId(wsPass);
}
public string ProcessCutPay(string wsPass, System.DateTime Date, string BranchId) {
return base.Channel.ProcessCutPay(wsPass, Date, BranchId);
}
public int SaveFromCutPay(string wsPass, string xml) {
return base.Channel.SaveFromCutPay(wsPass, xml);
}
public string GetSetBudgetAmount(string wsPass, short year) {
return base.Channel.GetSetBudgetAmount(wsPass, year);
}
public int SaveCloseMonthDetail(string wsPass, string xml) {
return base.Channel.SaveCloseMonthDetail(wsPass, xml);
}
public int GetYearBudget(string wsPass, System.DateTime date) {
return base.Channel.GetYearBudget(wsPass, date);
}
public int CloseMonth(string wsPass, short year, short month) {
return base.Channel.CloseMonth(wsPass, year, month);
}
public int SaveFromEditPay(string wsPass, string xml) {
return base.Channel.SaveFromEditPay(wsPass, xml);
}
}
}