From 76f9bf6b20465c00a745c378ab46d78d88c2968e Mon Sep 17 00:00:00 2001 From: Mehrdad Shirvani Date: Tue, 18 Mar 2025 12:57:43 +0330 Subject: [PATCH] vault backup: 2025-03-18 12:57:43 --- 02_ProjectOrientedSessions/Session01/Session 01 Document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_ProjectOrientedSessions/Session01/Session 01 Document.md b/02_ProjectOrientedSessions/Session01/Session 01 Document.md index de91d5e..eaa4707 100644 --- a/02_ProjectOrientedSessions/Session01/Session 01 Document.md +++ b/02_ProjectOrientedSessions/Session01/Session 01 Document.md @@ -48,7 +48,7 @@ public class Account : Entity ``` ## Add Navigation Properties -### What is a navigation property? +### What is a navigation property? (the following pieces of code are just there for educational purposes) #### **🔹 Navigation Properties in Entity Framework Core: Everything You Need to Know** ---