Esempio n. 1
0
 public ActionResult <string> Commands()
 {
     return(CommandModel.GetCommands());
 }