ef relation

This commit is contained in:
2023-10-18 11:02:10 +09:00
parent 428733668d
commit 0c431ce57f
10 changed files with 365 additions and 2 deletions

View File

@@ -15,5 +15,7 @@ namespace InventoryManagement.Components
public int Id { get; }
public string Name { get; set; }
public int Quantity { get; set; }
public ICollection<Accessary> CompatibleAccessaries { get; set; }
}
}