コード例 #1
0
 public void Update_Contact(ContactInfo AddInfo)
 {
     _ContactRepo.Update_ContactMaster(AddInfo);
 }