Exemplo n.º 1
0
 public void OnGet()
 {
     this.Earthquakes = earthquackeData.GetAll(Search);
 }
Exemplo n.º 2
0
 public void OnGet()
 {
     this.Earthquackes = earthquackeData.GetAll().Take(5);
 }