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