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