12345678910111213141516171819202122232425262728293031323334 |
- <?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="1e6c2bfbdac34470a93bc9a3ca93f4e8" Name="Diagram1">
- <EntityTypeShape EntityType="beauty_saloonModel.Client" Width="1.5" PointX="0.75" PointY="7.375" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.ClientService" Width="1.5" PointX="3" PointY="9.625" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.DocumentByService" Width="1.5" PointX="5.25" PointY="10" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.Gender" Width="1.5" PointX="1.5" PointY="13.375" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.Manufacturer" Width="1.5" PointX="0.75" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.Product" Width="1.5" PointX="3" PointY="3.25" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.ProductPhoto" Width="1.5" PointX="5.25" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.ProductSale" Width="1.5" PointX="5.25" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.Service" Width="1.5" PointX="0.75" PointY="16.75" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.ServicePhoto" Width="1.5" PointX="3" PointY="19.125" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.sysdiagrams" Width="1.5" PointX="5.75" PointY="7.125" IsExpanded="true" />
- <EntityTypeShape EntityType="beauty_saloonModel.Tag" Width="1.5" PointX="3" PointY="16.25" IsExpanded="true" />
- <AssociationConnector Association="beauty_saloonModel.FK_Client_Gender" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_ClientService_Client" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_ClientService_Service" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_DocumentByService_ClientService" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_ProductSale_ClientService" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_Product_Manufacturer" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_ProductPhoto_Product" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_ProductSale_Product" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.FK_ServicePhoto_Service" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.AttachedProduct" ManuallyRouted="false" />
- <AssociationConnector Association="beauty_saloonModel.TagOfClient" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|