Backup: fix

This commit is contained in:
pavelbannov 2020-06-25 16:10:28 +03:00
parent d53b11967a
commit b01b3d85f8

View File

@ -1,15 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ASC.Core.Common.Contracts;
using System.Collections.Generic;
using ASC.Data.Backup.Contracts;
namespace ASC.Web.Api.Models
{
public class BackupRestore
{
public string BackupId { get; set; }
{
public string BackupId { get; set; }
public BackupStorageType StorageType { get; set; }
public Dictionary<string, string> StorageParams { get; set; }
public bool Notify { get; set; }