コード例 #1
0
ファイル: DapperRepository.cs プロジェクト: lulzzz/Virgo
 public async Task <bool> DeleuteAllAsync()
 {
     return(await SqlMapperExtensions.DeleteAllAsync <TEntity>(_connection, _transaction, _commandTimeout));
 }