Ejemplo n.º 1
0
 public ActionResult <IList <string> > GetAllWorlds()
 {
     return(ReturnBasedServiceLayer(_worldService.GetAllWorldsNames()));
 }