Ejemplo n.º 1
0
 async Task RollbackInsert(string tenantId, string mailId)
 {
     await _mailRepository.ForceDelete(tenantId, mailId);
 }