public SAPDataSetRefCountry UpdateAndRefresh(SAPDataSetRefCountry ds) { Update(ds.RefCountry); return(SelectAll()); }
public void Update(SAPDataSetRefCountry ds) { Update(ds.RefCountry); }