Esempio n. 1
0
 public IActionResult GetRandEvent()
 {
     _eventStorage = new EventStorage();
     return(Ok(_eventStorage.randEvent()));
 }