12345678910111213141516171819202122232425262728293031 |
- <?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="c1405bf63c844bf5a5a68dfaddd6d6cb" Name="Diagram1">
- <EntityTypeShape EntityType="TradeAstashinModel.Categories" Width="1.5" PointX="0.75" PointY="2.25" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.Manufacturers" Width="1.5" PointX="0.75" PointY="5.375" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.Order" Width="1.5" PointX="3" PointY="13.625" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.OrderProduct" Width="1.5" PointX="5.25" PointY="2.125" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.OrderStatus" Width="1.5" PointX="0.75" PointY="13.125" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.PickupPoints" Width="1.5" PointX="0.75" PointY="15.5" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.Product" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.Role" Width="1.5" PointX="5.75" PointY="6.375" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.Suppliers" Width="1.5" PointX="0.75" PointY="7.75" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.UnitsOfMeasurement" Width="1.5" PointX="0.75" PointY="10.125" IsExpanded="true" />
- <EntityTypeShape EntityType="TradeAstashinModel.User" Width="1.5" PointX="8" PointY="6" IsExpanded="true" />
- <AssociationConnector Association="TradeAstashinModel.FK__Product__Product__5070F446" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__Product__Manufac__4E88ABD4" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__Order__OrderPick__4AB81AF0" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__Order__OrderStat__4BAC3F29" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__OrderProd__Order__4CA06362" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__OrderProd__Produ__4D94879B" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__Product__Product__4F7CD00D" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__Product__Supplie__5165187F" ManuallyRouted="false" />
- <AssociationConnector Association="TradeAstashinModel.FK__User__UserRole__52593CB8" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|