Exemple #1
0
 public RivetOrganizationDirectoryPathProvider(
     IDropboxDirectoryPathProvider dropboxDirectoryPathProvider,
     IOrganizationStringlyTypedPathOperator organizationStringlyTypedPathOperator)
 {
     this.DropboxDirectoryPathProvider          = dropboxDirectoryPathProvider;
     this.OrganizationStringlyTypedPathOperator = organizationStringlyTypedPathOperator;
 }
Exemple #2
0
 public DropboxOrganizationsDirectoryPathProvider(
     IDropboxDirectoryPathProvider dropboxDirectoryPathProvider,
     IOrganizationsDirectoryNameConvention organizationsDirectoryNameConvention,
     IStringlyTypedPathOperator stringlyTypedPathOperator)
 {
     this.DropboxDirectoryPathProvider         = dropboxDirectoryPathProvider;
     this.OrganizationsDirectoryNameConvention = organizationsDirectoryNameConvention;
     this.StringlyTypedPathOperator            = stringlyTypedPathOperator;
 }