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