BaseModel.edmx.diagram 975 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  4. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  5. <!-- Diagram content (shape and connector positions) -->
  6. <edmx:Diagrams>
  7. <Diagram DiagramId="f063c4c85714464e93f038904e7a076e" Name="Diagram1">
  8. <EntityTypeShape EntityType="Cancelar2024Model.Manufacturer" Width="1.5" PointX="0.75" PointY="1.5" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Cancelar2024Model.Product" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Cancelar2024Model.sysdiagram" Width="1.5" PointX="0.75" PointY="4.75" IsExpanded="true" />
  11. <AssociationConnector Association="Cancelar2024Model.FK_Product_Manufacturer" ManuallyRouted="false" />
  12. </Diagram>
  13. </edmx:Diagrams>
  14. </edmx:Designer>
  15. </edmx:Edmx>