Esempio n. 1
0
 public int DeletePhone(Phone p)
 {
     return Delete(p);
 }
Esempio n. 2
0
 public int SavePhone(Phone p)
 {
     return Save(p);
 }