This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/oop/2018-04-21-entity_framework/2018-04-21-entity_framework/Products.edmx.diagram

14 lines
753 B
XML

<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
<edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- Diagram content (shape and connector positions) -->
<edmx:Diagrams>
<Diagram DiagramId="404d3dc54aa3409ea8fe0f2424426034" Name="Diagram1">
<EntityTypeShape EntityType="Model.Category" Width="1.5" PointX="0.75" PointY="1.125" />
<EntityTypeShape EntityType="Model.Product" Width="1.5" PointX="3" PointY="0.875" />
<AssociationConnector Association="Model.FK_Products_Categories" />
</Diagram>
</edmx:Diagrams>
</edmx:Designer>
</edmx:Edmx>