This commit is contained in:
2020-10-23 22:37:41 +00:00
parent 48e65f5f92
commit da9b64c355
3 changed files with 12 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ namespace AyaNova.Biz
// when disposed if either commands fails
await transaction.CommitAsync();
}
catch (Exception ex)
catch
{
throw;
}