Пример #1
0
 public PartyModel IsDuplicatePartyUserPartyCode(string IsActionType, string PartyCode, string UserName)
 {
     return(objRegistrationRepo.IsDuplicatePartyUserPartyCode(IsActionType, PartyCode, UserName));
 }