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