public static void UpdateDB(Freya o)
 {
 }
Beispiel #2
0
 public bool Equals(Freya other)
 {
     return(this.Name.Equals(other.Name));
 }