Пример #1
0
 public OneDriveService(IMvxFileStore fileStore, IOneDriveAuthenticator oneDriveAuthenticator)
 {
     this.fileStore = fileStore;
     this.oneDriveAuthenticator = oneDriveAuthenticator;
 }
 public OneDriveService(IMvxFileStore fileStore, IOneDriveAuthenticator oneDriveAuthenticator)
 {
     this.fileStore             = fileStore;
     this.oneDriveAuthenticator = oneDriveAuthenticator;
 }
Пример #3
0
 /// <summary>
 ///     Constructor
 /// </summary>
 public OneDriveService(IOneDriveAuthenticator oneDriveAuthenticator)
 {
     this.oneDriveAuthenticator = oneDriveAuthenticator;
 }