コード例 #1
0
 public int DeleteContact(int id)
 {
     return(_contact.DeleteContact(id));
 }