Ejemplo n.º 1
0
 public Player Login(string username, string password)
 {
     return(_iplayerContext.Login(username, password));
 }