Example #1
0
 public void setUserWithEmail(string email)
 {
     ChapooDatabaseLogic.AuthenticationService AuthenticationService = new ChapooDatabaseLogic.AuthenticationService();
     this.employee = AuthenticationService.getSingleUser(email);
 }