Ejemplo n.º 1
0
 public static string ArtistTypeName(ArtistType artistType)
 {
     return(ArtistTypeNames.ResourceManager.GetString(artistType.ToString()));
 }
Ejemplo n.º 2
0
 public static string ArtistTypeName(ArtistType artistType)
 {
     return ArtistTypeNames.ResourceManager.GetString(artistType.ToString());
 }