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

            return error;
        }