コード例 #1
0
 public OneDriveService(IMvxFileStore fileStore, IOneDriveAuthenticator oneDriveAuthenticator)
 {
     this.fileStore = fileStore;
     this.oneDriveAuthenticator = oneDriveAuthenticator;
 }
コード例 #2
0
 public OneDriveService(IMvxFileStore fileStore, IOneDriveAuthenticator oneDriveAuthenticator)
 {
     this.fileStore             = fileStore;
     this.oneDriveAuthenticator = oneDriveAuthenticator;
 }
コード例 #3
0
 /// <summary>
 ///     Constructor
 /// </summary>
 public OneDriveService(IOneDriveAuthenticator oneDriveAuthenticator)
 {
     this.oneDriveAuthenticator = oneDriveAuthenticator;
 }