Beispiel #1
0
 public ActionResult IsDuplicatePartyUserName(string IsActionType, string PartyCode, string UserName)
 {
     return(Json(objRegistrationManager.IsDuplicatePartyUserName(IsActionType, PartyCode, UserName), JsonRequestBehavior.AllowGet));
 }