Ejemplo n.º 1
0
 public void SetIsEmployer()
 {
     // Use UserState.IsEmployer() method to transition to the
     // Employer state
     state = state.IsEmployer();
 }