Exemple #1
0
 public LoginController(WeixinService weixinService, IQrCodeLoginCache qrCodeLoginCache, AccountService accountService)
 {
     _weixinService       = weixinService;
     _qrCodeLoginCache    = qrCodeLoginCache;
     this._accountService = accountService;
 }
Exemple #2
0
 public LoginController(IQrCodeLoginCache qrCodeLoginCache, AccountService accountService)
 {
     _qrCodeLoginCache    = qrCodeLoginCache;
     this._accountService = accountService;
 }