// ID 입력받는 기능 public string enterIdFunction() { print.enterIdMessage(); ID = Console.ReadLine(); if (ID == "b") { run.startMember(); // 뒤로가기 } if (exception.idCheck(ID)) { enterIdFunction(); } return(ID); }