Ejemplo n.º 1
0
 public static string GetName(int id) => NameList.ContainsKey(id) ? NameList[id] : null;