Esempio n. 1
0
 public UserCreator()
 {
     this.apiService = new GoogleApiService();
     this.context = new ReminderContext();
 }
        private string AttemptDisconnect(string usersAccessToken)
        {
            string error = new GoogleApiService().DisconnectUser(usersAccessToken);

            return error;
        }