Ejemplo n.º 1
0
 public int GetPlayerIDByName(string name)
 {
     return(playerDAO.GetPlayerIDByName(name));
 }