12345678910111213141516171819202122 |
- <?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="43e6c86b5fb54c3eb8040ccab837e5b9" Name="Diagram1">
- <EntityTypeShape EntityType="KafeDBModel.Dishes" Width="1.5" PointX="5.25" PointY="5.5" IsExpanded="true" />
- <EntityTypeShape EntityType="KafeDBModel.Employee" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="KafeDBModel.Order" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="KafeDBModel.OrderDishes" Width="1.5" PointX="7.5" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="KafeDBModel.Position" Width="1.5" PointX="0.75" PointY="1.75" IsExpanded="true" />
- <EntityTypeShape EntityType="KafeDBModel.Status" Width="1.5" PointX="0.75" PointY="5.75" IsExpanded="true" />
- <AssociationConnector Association="KafeDBModel.FK_OrderDishes_Dishes" ManuallyRouted="false" />
- <AssociationConnector Association="KafeDBModel.FK_Employee_Position" ManuallyRouted="false" />
- <AssociationConnector Association="KafeDBModel.FK_Employee_Status" ManuallyRouted="false" />
- <AssociationConnector Association="KafeDBModel.FK_Order_Employee" ManuallyRouted="false" />
- <AssociationConnector Association="KafeDBModel.FK_OrderDishes_Order" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|