1234567891011121314151617181920212223 |
- <?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="9580709f1e6146bcb74dc5f49b9df04f" Name="Diagram1">
- <EntityTypeShape EntityType="gr671_mkyuModel.Menu" Width="1.5" PointX="3" PointY="5.25" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Order" Width="1.5" PointX="5.25" PointY="1.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Role" Width="1.5" PointX="0.75" PointY="1.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Status" Width="1.5" PointX="0.75" PointY="5.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.sysdiagram" Width="1.5" PointX="5.75" PointY="4.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Table" Width="1.5" PointX="3" PointY="8" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.User" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Order_Menu" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Order_Table" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Order_Users" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Users_Role" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Users_Status" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|