public bool UpdateCodeRule(CodeRuleDomain code) { return this.Update(code.CodeRuleEntity); }
public bool InsertCodeRule(CodeRuleDomain code) { return this.Insert(code.CodeRuleEntity); }