public System.Threading.Tasks.Task Delete_PlanAsync(DALOrganizerClientWPF.ServiceReference1.Profit_ExpanceWCF profit_ExpanceWCF, string login) { return(base.Channel.Delete_PlanAsync(profit_ExpanceWCF, login)); }
public System.Threading.Tasks.Task Save_New_PlanAsync(DALOrganizerClientWPF.ServiceReference1.Profit_ExpanceWCF new_expance, string Type, string login) { return(base.Channel.Save_New_PlanAsync(new_expance, Type, login)); }
public void Delete_Plan(DALOrganizerClientWPF.ServiceReference1.Profit_ExpanceWCF profit_ExpanceWCF, string login) { base.Channel.Delete_Plan(profit_ExpanceWCF, login); }
public void Save_New_Plan(DALOrganizerClientWPF.ServiceReference1.Profit_ExpanceWCF new_expance, string Type, string login) { base.Channel.Save_New_Plan(new_expance, Type, login); }