-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLastCallModel.edmx.diagram
More file actions
20 lines (20 loc) · 1.49 KB
/
LastCallModel.edmx.diagram
File metadata and controls
20 lines (20 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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="3ca785918a1f4543820491faa47f6d25" Name="Diagram1">
<EntityTypeShape EntityType="lastcallModel.foodoffer" Width="1.5" PointX="3.25" PointY="2.375" IsExpanded="true" />
<EntityTypeShape EntityType="lastcallModel.foodpreference" Width="1.5" PointX="7.125" PointY="0.75" IsExpanded="true" />
<EntityTypeShape EntityType="lastcallModel.foodtype" Width="1.5" PointX="0.75" PointY="1.125" IsExpanded="true" />
<EntityTypeShape EntityType="lastcallModel.subscriber" Width="1.5" PointX="10.75" PointY="0.75" IsExpanded="true" />
<EntityTypeShape EntityType="lastcallModel.supplier" Width="1.5" PointX="5.375" PointY="2.375" IsExpanded="true" />
<AssociationConnector Association="lastcallModel.FK_foodpreferences_foodtypes" ManuallyRouted="false" />
<AssociationConnector Association="lastcallModel.FK_foodpreferences_subscribers" ManuallyRouted="false" />
<AssociationConnector Association="lastcallModel.FK_foodoffers_foodtypes" />
<AssociationConnector Association="lastcallModel.FK_foodoffers_suppliers" />
</Diagram>
</edmx:Diagrams>
</edmx:Designer>
</edmx:Edmx>