Esempio n. 1
0
 public void GatherDataFromUser()
 {
     this.FirstName = Questions.AskForString("First Name");
     this LastName  = Questions.AskForString("Last Name");
     this.Chicken   = Questions.AskForInterger("How many orders of chicken");
     this.Carnitas  = Questions.AskForInterger("How many orders of Carnitas");
     this.Steak     = Questions.AskForInterger("How many orders of Steak");
     this.Barbacoa  = Questions.AskForInterger("How many orders of barbacoa");
 }