Exemplo n.º 1
0
 public virtual async Task <Execute> ConfirmPhone(Guid userKey)
 {
     return(await LoginBusiness.ConfirmPhoneAsync(userKey));
 }