Automated teller machine emulation.
namespace SergeyDrozdovATM.BLL { public class Currency { public int Id { get; set; } public string Name { get; set; } } }