Esempio n. 1
0
 public ResponseDetail IsDuplicatePartyUserName(string IsActionType, string PartyCode, string UserName)
 {
     return(objRegistrationRepo.IsDuplicatePartyUserName(IsActionType, PartyCode, UserName));
 }