DocSpace-client/web/ASC.Web.Api/Models/MobileAppModel.cs

11 lines
175 B
C#
Raw Normal View History


using ASC.Core.Common.Notify.Push;
namespace ASC.Web.Api.Models
{
public class MobileAppModel
{
public MobileAppType Type { get; set; }
}
}