1234567891011121314151617181920212223242526 |
- <?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="8ac3fdc660e14621973e83029634d1ec" Name="Diagram1">
- <EntityTypeShape EntityType="gr672_liiModel1.Card" Width="1.5" PointX="3" PointY="3.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_liiModel1.CategoryService" Width="1.5" PointX="1.5" PointY="9.875" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_liiModel1.Client" Width="1.5" PointX="0.75" PointY="3.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_liiModel1.Discount" Width="1.5" PointX="8.25" PointY="3.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_liiModel1.Order" Width="1.5" PointX="6" PointY="2.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_liiModel1.Payment" Width="1.5" PointX="3.75" PointY="6.875" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_liiModel1.Service" Width="1.5" PointX="3.75" PointY="9.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_liiModel1.User" Width="1.5" PointX="3.75" PointY="12.5" IsExpanded="true" />
- <AssociationConnector Association="gr672_liiModel1.FK_Card_Client" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_liiModel1.FK_Service_CategoryService" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_liiModel1.FK_Order_Client" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_liiModel1.FK_Discount_Order" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_liiModel1.FK_Order_Payment" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_liiModel1.FK_Order_Service" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_liiModel1.FK_Order_User" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|