Esempio n. 1
0
 public ActionResult <string> GetRandom()
 {
     return(RandomUtil.CreateRandom(6));
 }