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