Esempio n. 1
0
 public bool DeleteAll()
 {
     return(SqlMapperExtensions.DeleteAll <TEntity>(_connection, _transaction, _commandTimeout));
 }