コード例 #1
0
 public void Update_Contact(ContactInfo contact)
 {
     _contactRepo.Update_Contact(contact);
 }