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