Exemplo n.º 1
0
 public string GetRandomWord()
 {
     return(LinqData.GetRandomWord());
 }
Exemplo n.º 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     lblRandomWord.Text = LinqData.GetRandomWord();
 }