Ejemplo n.º 1
0
        protected override string GetContactInformation()
        {
            var name = base.GetContactInformation();

            Asker.GetValue <long>("What is your account number?");

            return(name);
        }
Ejemplo n.º 2
0
 protected override void ConductInterview()
 {
     Asker.GetValue <string>("What are your strengths with trains?");
     Asker.GetValue <string>("Did you ever drive a train? If so, what did you think of that?");
 }
Ejemplo n.º 3
0
 protected override void ConductInterview()
 {
     Asker.GetValue <string>("If you had an account that was messy, how would you clean it up?");
     Asker.GetValue <string>("What is the neatest account you ever worked with?");
 }
Ejemplo n.º 4
0
 protected override void ConductInterview()
 {
     Asker.GetValue <string>("What food do you eat in a day?");
     Asker.GetValue <string>("What do you think of large food?");
 }