コード例 #1
0
 public ContactInfo Get_Contact_By_Id(int AddInfoId)
 {
     return(_ContactRepo.Get_ContactMaster_By_Id(AddInfoId));
 }