コード例 #1
0
 public async Task <ActionResult <QRToken> > GetQRCodeToken()
 {
     return(await _repo.Generate());
 }