123456789101112131415161718 |
- <?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="d2e61902269140d0b28202edffa766f4" Name="Diagram1">
- <EntityTypeShape EntityType="user3Model.Client" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="user3Model.ClientService" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="user3Model.Gender" Width="1.5" PointX="0.75" PointY="1.875" IsExpanded="true" />
- <EntityTypeShape EntityType="user3Model.Service" Width="1.5" PointX="3" PointY="5.375" IsExpanded="true" />
- <AssociationConnector Association="user3Model.FK_Client_Gender" ManuallyRouted="false" />
- <AssociationConnector Association="user3Model.FK_ClientService_Client" ManuallyRouted="false" />
- <AssociationConnector Association="user3Model.FK_ClientService_Service" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|