コード例 #1
0
 public int UpdateContact(Contact c)
 {
     return(_contact.UpdateContact(c));
 }