public int DeleteStatus(object primaryKeyValue) { return(dapper.DeleteStatus(primaryKeyValue) ? 1 : 0); }