예제 #1
0
 public int DeletePhone(Phone p)
 {
     return Delete(p);
 }
예제 #2
0
 public int SavePhone(Phone p)
 {
     return Save(p);
 }