Ejemplo n.º 1
0
 public AppUser SearchUser(string Username)
 {
     return(_controller.GetUserByUserName(Username));
 }