예제 #1
0
 public ActionResult IsDuplicatePartyUserPartyCode(string IsActionType, string PartyCode, string UserPartycode)
 {
     return(Json(objRegistrationManager.IsDuplicatePartyUserPartyCode(IsActionType, PartyCode, UserPartycode), JsonRequestBehavior.AllowGet));
 }