Se implemento el metodo de copia de objetos

This commit is contained in:
jrojas
2025-01-08 10:16:48 +01:00
parent d93e1fdb6c
commit a7e596c5dd
123 changed files with 89 additions and 1166 deletions
@@ -28,7 +28,7 @@ public class AuditServiceFilterbyTextAndDateTests
var allRecords = await _service.AuditLogRepository.GetAllAuditRecordsAsync();
// Assert
Assert.That(allRecords.Count(), Is.EqualTo(2), "All records from the JSON file should be loaded.");
Assert.That(allRecords.Count(), Is.EqualTo(3), "All records from the JSON file should be loaded.");
}
[Test]