Automated teller machine emulation.
namespace SergeyDrozdovATM.BLL { public interface IUserService { User GetUserByLoginAndPIN(int login, int pin); } }