コード例 #1
0
 public void Delete_Contact_By_Id(int AddInfoId)
 {
     _ContactRepo.Delete_ContactMaster_By_Id(AddInfoId);
 }