Merge branch 'feature/thirdparty-integrations' of github.com:ONLYOFFICE/AppServer into feature/thirdparty-integrations

This commit is contained in:
Alexey Safronov 2021-01-18 11:05:47 +03:00
commit f5179cd9f9
6 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ using Microsoft.Extensions.DependencyInjection;
namespace ASC.Files.Thirdparty.Box
{
[Scope]
[Transient]
[DebuggerDisplay("{CustomerTitle}")]
internal class BoxProviderInfo : IProviderInfo
{

View File

@ -38,7 +38,7 @@ using Dropbox.Api.Files;
namespace ASC.Files.Thirdparty.Dropbox
{
[Scope]
[Transient]
[DebuggerDisplay("{CustomerTitle}")]
internal class DropboxProviderInfo : IProviderInfo
{

View File

@ -46,7 +46,7 @@ using DriveFile = Google.Apis.Drive.v3.Data.File;
namespace ASC.Files.Thirdparty.GoogleDrive
{
[Scope]
[Transient]
[DebuggerDisplay("{CustomerTitle}")]
internal class GoogleDriveProviderInfo : IProviderInfo
{

View File

@ -42,7 +42,7 @@ using Microsoft.OneDrive.Sdk;
namespace ASC.Files.Thirdparty.OneDrive
{
[Scope]
[Transient]
[DebuggerDisplay("{CustomerTitle}")]
internal class OneDriveProviderInfo : IProviderInfo
{

View File

@ -48,7 +48,7 @@ using Folder = Microsoft.SharePoint.Client.Folder;
namespace ASC.Files.Thirdparty.SharePoint
{
[Scope]
[Transient]
public class SharePointProviderInfo : IProviderInfo
{
private ClientContext clientContext;

View File

@ -38,7 +38,7 @@ using Microsoft.Extensions.Options;
namespace ASC.Files.Thirdparty.Sharpbox
{
[Scope]
[Transient]
internal class SharpBoxProviderInfo : IProviderInfo
{
public int ID { get; set; }