123456789101112131415161718192021222324 |
- <?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="ad2d9ac84c9c4aa08c605464ce774304" Name="Diagram1">
- <EntityTypeShape EntityType="Девяток_ДЭModel.Client" Width="1.5" PointX="0.75" PointY="1.625" IsExpanded="true" />
- <EntityTypeShape EntityType="Девяток_ДЭModel.Order" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="Девяток_ДЭModel.OrderStatus" Width="1.5" PointX="0.75" PointY="5" IsExpanded="true" />
- <EntityTypeShape EntityType="Девяток_ДЭModel.pickupPoint" Width="1.5" PointX="0.75" PointY="7.375" IsExpanded="true" />
- <EntityTypeShape EntityType="Девяток_ДЭModel.Product" Width="1.5" PointX="5.25" PointY="1.125" IsExpanded="true" />
- <EntityTypeShape EntityType="Девяток_ДЭModel.Role" Width="1.5" PointX="2.75" PointY="6.375" IsExpanded="true" />
- <EntityTypeShape EntityType="Девяток_ДЭModel.sysdiagrams" Width="1.5" PointX="7.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Девяток_ДЭModel.User" Width="1.5" PointX="5" PointY="6" IsExpanded="true" />
- <AssociationConnector Association="Девяток_ДЭModel.FK_Order_Client" ManuallyRouted="false" />
- <AssociationConnector Association="Девяток_ДЭModel.FK_Order_OrderStatus" ManuallyRouted="false" />
- <AssociationConnector Association="Девяток_ДЭModel.FK_Order_pickupPoint" ManuallyRouted="false" />
- <AssociationConnector Association="Девяток_ДЭModel.FK_User_Role" ManuallyRouted="false" />
- <AssociationConnector Association="Девяток_ДЭModel.OrderProduct" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|