Exemplo n.º 1
0
 public ForgotUserPassword ForgotUserNamePassword(string UserName = null, string PrimaryPhone = null)
 {
     return(_businessInstance.ForgotUserNamePassword(UserName, PrimaryPhone));
 }