Automated teller machine emulation.
<?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="2941f6a773484ca39504b853243fd126" Name="Diagram1">
<EntityTypeShape EntityType="SergeyDrozdovATMDbModel.Accounts" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
<EntityTypeShape EntityType="SergeyDrozdovATMDbModel.CurrencyRates" Width="1.5" PointX="4.75" PointY="0.75" IsExpanded="true" />
<EntityTypeShape EntityType="SergeyDrozdovATMDbModel.Users" Width="1.5" PointX="0.75" PointY="3.5" IsExpanded="true" />
<AssociationConnector Association="SergeyDrozdovATMDbModel.FK_Accounts_Users" />
<EntityTypeShape EntityType="SergeyDrozdovATMDbModel.Currencies" Width="1.5" PointX="2.75" PointY="0.75" />
<AssociationConnector Association="SergeyDrozdovATMDbModel.FK_Accounts_Currencies" />
<AssociationConnector Association="SergeyDrozdovATMDbModel.FK_CurrencyRates_DestinationCurrency" />
<AssociationConnector Association="SergeyDrozdovATMDbModel.FK_CurrencyRates_SourceCurrency" />
</Diagram>
</edmx:Diagrams>
</edmx:Designer>
</edmx:Edmx>