Ejemplo n.º 1
0
 public BaseService()
 {
     TokenBLL tkBLL = new TokenBLL();
     access_token = tkBLL.GetToken();
 }