public UserProfileDropboxDirectoryPathProvider(
     IUserProfileDirectoryPathProvider userProfileDirectoryPathProvider,
     IDropboxDirectoryNameConvention dropboxDirectoryNameConvention,
     IStringlyTypedPathOperator stringlyTypedPathOperator)
 {
     this.UserProfileDirectoryPathProvider = userProfileDirectoryPathProvider;
     this.DropboxDirectoryNameConvention   = dropboxDirectoryNameConvention;
     this.StringlyTypedPathOperator        = stringlyTypedPathOperator;
 }
コード例 #2
0
 public LocalDropboxDirectoryPathProvider(IUserProfileDirectoryPathProvider userProfileDirectoryPathProvider, IStringlyTypedPathOperator stringlyTypedPathOperator)
 {
     this.UserProfileDirectoryPathProvider = userProfileDirectoryPathProvider;
     this.StringlyTypedPathOperator        = stringlyTypedPathOperator;
 }