Automated teller machine emulation.
namespace SergeyDrozdovATM.BLL { public class User { public int Id { get; set; } public int Login { get; set; } public int PIN { get; set; } } }