public Dropboxauthkey DropboxAuthTestFinalKey(Dropboxauthkey dropboxauthkey) { return(this.repository.DropboxAuthTestFinalKey(dropboxauthkey)); }
public Dropboxauthkey DropboxAuthGenerateKey(Dropboxauthkey dropboxauthkey) { return(this.repository.DropboxAuthGenerateKey(dropboxauthkey)); }
public Dropboxauthkey DropboxAuthKeyFieldLeave(Dropboxauthkey dropboxauthkey) { return(this.repository.DropboxAuthKeyFieldLeave(dropboxauthkey)); }
public Dropboxauthkey DropboxAuthTestFinalKey(Dropboxauthkey dropboxauthkey) { return(this.adapter.DropboxAuthTestFinalKey(dropboxauthkey)); }
public Dropboxauthkey DropboxAuthGenerateKey(Dropboxauthkey dropboxauthkey) { return(this.adapter.DropboxAuthGenerateKey(dropboxauthkey)); }
public Dropboxauthkey DropboxAuthKeyFieldLeave(Dropboxauthkey dropboxauthkey) { return(this.adapter.DropboxAuthKeyFieldLeave(dropboxauthkey)); }