1234567891011121314151617181920212223242526272829303132 |
- <?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="63e33089e558417084e77ff088788b04" Name="Diagram1">
- <EntityTypeShape EntityType="olimp_8Model.Dish" Width="1.5" PointX="0.75" PointY="13.125" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.Order" Width="1.5" PointX="5.25" PointY="3.125" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.OrderStatu" Width="1.5" PointX="3" PointY="7.875" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.Place" Width="1.5" PointX="3" PointY="10.25" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.Preorder" Width="1.5" PointX="3" PointY="13.125" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.Role" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.Staff" Width="1.5" PointX="7.5" PointY="7.375" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.StaffList" Width="1.5" PointX="5.25" PointY="7.25" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.StatusPlace" Width="1.5" PointX="0.75" PointY="10.5" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.User" Width="1.5" PointX="3" PointY="2.875" IsExpanded="true" />
- <EntityTypeShape EntityType="olimp_8Model.UserStatu" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
- <AssociationConnector Association="olimp_8Model.FK_Preorder_Dish" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_Order_OrderStatus" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_Order_Place" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_Order_Preorder" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_Order_User" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_Place_StatusPlace" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_User_Role" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_Staff_StaffList" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_StaffList_User" ManuallyRouted="false" />
- <AssociationConnector Association="olimp_8Model.FK_User_UserStatus" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|