コード例 #1
0
 public string GetPartyCode(string SelectedParentPartyCode, string SelectedGroupId)
 {
     return(objRegistrationRepo.GetPartyCode(SelectedParentPartyCode, SelectedGroupId));
 }