se implemento el patron IoC y se creo documentacion en los metodos

This commit is contained in:
jrojas
2024-11-27 12:39:26 +01:00
parent 7c08e6e218
commit 28ce635da3
44 changed files with 186 additions and 145 deletions
@@ -28,7 +28,7 @@ public class AuditServiceFilterbyTextAndDateTests
var allRecords = await _service.AuditLogRepository.GetAllAuditRecordsAsync();
// Assert
Assert.That(allRecords.Count(), Is.EqualTo(5), "All records from the JSON file should be loaded.");
Assert.That(allRecords.Count(), Is.EqualTo(7), "All records from the JSON file should be loaded.");
}
[Test]