123456789101112131415161718192021222324252627 |
- <?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="aa871df6fd0b4eda8d3bdbf1878c24c2" Name="Diagram1">
- <EntityTypeShape EntityType="CafeModel.Dishes" Width="1.5" PointX="7.5" PointY="5.5" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.EmployeesExchanges" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Exchange" Width="1.5" PointX="3" PointY="5.5" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.OrderDishes" Width="1.5" PointX="9.75" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Orders" Width="1.5" PointX="7.5" PointY="1.125" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Roles" Width="1.5" PointX="0.75" PointY="1.75" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.sysdiagrams" Width="1.5" PointX="0.75" PointY="8.75" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Tables" Width="1.5" PointX="5.25" PointY="5.875" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Users" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <AssociationConnector Association="CafeModel.FK_OrderDishes_Dishes" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_EmployeesExchanges_Exchange" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_EmployeesExchanges_Users" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Orders_EmployeesExchanges" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_OrderDishes_Orders" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Orders_Tables" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Users_Roles" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|