Esempio n. 1
0
 public void RemoveAcount(Acount acc)
 {
     this.acounts.Remove(acc);
 }
Esempio n. 2
0
 public void RemoveAcount(Acount acc)
 {
     this.acounts.Remove(acc);
 }
Esempio n. 3
0
 public void AddAcount(Acount acc)
 {
     this.acounts.Add(acc);
 }
Esempio n. 4
0
 public void AddAcount(Acount acc)
 {
     this.acounts.Add(acc);
 }