12345678910111213141516171819202122232425262728 |
- <?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="4309ac5c1ab9430f82a5790ab81d2cdd" Name="Diagram1">
- <EntityTypeShape EntityType="Kafe2Model.CookStatus" Width="1.5" PointX="3" PointY="7.625" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.Dish" Width="1.5" PointX="5.25" PointY="10.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.DishOrder" Width="1.5" PointX="7.5" PointY="3.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.Employee" Width="1.5" PointX="3" PointY="2.875" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.Order" Width="1.5" PointX="5.25" PointY="3.125" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.PayStatus" Width="1.5" PointX="3" PointY="10.875" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.Position" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.Shift" Width="1.5" PointX="5.25" PointY="7.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Kafe2Model.Status" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
- <AssociationConnector Association="Kafe2Model.FK_Order_CookStatus" ManuallyRouted="false" />
- <AssociationConnector Association="Kafe2Model.FK_DishOrder_Dish" ManuallyRouted="false" />
- <AssociationConnector Association="Kafe2Model.FK_DishOrder_Order" ManuallyRouted="false" />
- <AssociationConnector Association="Kafe2Model.FK_Employee_Position" ManuallyRouted="false" />
- <AssociationConnector Association="Kafe2Model.FK_Employee_Status" ManuallyRouted="false" />
- <AssociationConnector Association="Kafe2Model.FK_Order_Employee" ManuallyRouted="false" />
- <AssociationConnector Association="Kafe2Model.FK_Shift_Employee" ManuallyRouted="false" />
- <AssociationConnector Association="Kafe2Model.FK_Order_PayStatus" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|