public static SaveResult Insert(TaxRuleGroup taxRuleGroup) { return taxRuleGroup.Save(); }
public static SaveResult Update(TaxRuleGroup taxRuleGroup) { return taxRuleGroup.Save(); }