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