Esempio n. 1
0
 public static string getName(long type_id)
 {
     return(MType.RetrieveById(type_id).First().name);
 }