DocSpace-buildtools/web/ASC.Web.Api/Models/StorageEncryptionModel.cs
2020-09-17 16:56:12 +03:00

13 lines
232 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ASC.Web.Api.Models
{
public class StorageEncryptionModel
{
public bool NotifyUsers { get; set; }
}
}