예제 #1
0
 //private string _accessToken = null;
 protected BaseController(IConfiguration _config)
 {
     API_LINK = _config.GetSection("Connection:API_Server_Link").Value;
     APIConnector.Connect(API_LINK);
     // AddToken
 }