Ejemplo n.º 1
0
 public static Message AlreadyLinked(params string[] data)
 {
     return(Get(Displays.AlreadyLinked(data), "alert-error"));
 }