public void Update(SysLoginUser model) { Execute(SqlUpdateCommand, model); }
public void Insert(SysLoginUser model) { Execute(SqlInsertCommand, model); }