public int EnableBargainConfig(string Id, int status) { BaseSetDA da = new BaseSetDA(); return(da.EnableBargainConfig(Id, status)); }