Wrote tests for most services, applied EF core optimisations

This commit is contained in:
Khwezi Mngoma
2026-05-29 01:05:22 +02:00
parent 4e53ff8a37
commit 2546c34ffc
22 changed files with 793 additions and 297 deletions
@@ -22,7 +22,7 @@ public class BookPage
public string[]? Notes { get; set; }
public PageReference[]? References { get; set; }
public ICollection<PageReference>? References { get; set; }
public bool Enabled { get; set; }
}
@@ -14,5 +14,5 @@ public class CreateBookPage
public string[]? Notes { get; set; }
public PageReference[]? References { get; set; }
public ICollection<PageReference>? References { get; set; }
}