Ejemplo n.º 1
0
 public virtual Task <IDataResult <DArchToken> > Verify(VerifyOtpCommand command)
 {
     throw new NotImplementedException();
 }
 public abstract Task <DArchToken> CreateToken(VerifyOtpCommand command);