public static SaveResult Insert(TaxGateway taxGateway) { return(taxGateway.Save()); }
public static SaveResult Update(TaxGateway taxGateway) { return(taxGateway.Save()); }