コード例 #1
0
 public CallBackController(IConfiguration configuration)
 {
     Cfg = configuration;
     VkHelper.AuthWithToken(Cfg["AccessToken"]);
 }