Exemple #1
0
 public Dropboxauthkey DropboxAuthTestFinalKey(Dropboxauthkey dropboxauthkey)
 {
     return(this.repository.DropboxAuthTestFinalKey(dropboxauthkey));
 }
Exemple #2
0
 public Dropboxauthkey DropboxAuthGenerateKey(Dropboxauthkey dropboxauthkey)
 {
     return(this.repository.DropboxAuthGenerateKey(dropboxauthkey));
 }
Exemple #3
0
 public Dropboxauthkey DropboxAuthKeyFieldLeave(Dropboxauthkey dropboxauthkey)
 {
     return(this.repository.DropboxAuthKeyFieldLeave(dropboxauthkey));
 }
Exemple #4
0
 public Dropboxauthkey DropboxAuthTestFinalKey(Dropboxauthkey dropboxauthkey)
 {
     return(this.adapter.DropboxAuthTestFinalKey(dropboxauthkey));
 }
Exemple #5
0
 public Dropboxauthkey DropboxAuthGenerateKey(Dropboxauthkey dropboxauthkey)
 {
     return(this.adapter.DropboxAuthGenerateKey(dropboxauthkey));
 }
Exemple #6
0
 public Dropboxauthkey DropboxAuthKeyFieldLeave(Dropboxauthkey dropboxauthkey)
 {
     return(this.adapter.DropboxAuthKeyFieldLeave(dropboxauthkey));
 }