using Assinador.Model.Common; using Gestor.Model.Common; using Gestor.Model.Domain.Seguros; using System; using System.Runtime.CompilerServices; using System.Windows; namespace Gestor.Application.Actions { public static class Actions { public static Action AcessarHoster { get; set; } public static Action AcessaTela { get; set; } public static Action AcessoApolice { get; set; } public static Action AcionarSnackbar { get; set; } public static Action AtualizaBadges { get; set; } public static Action AtualizaContatos { get; set; } public static Action AtualizaTrilhas { get; set; } public static Action AtualizaUsuario { get; set; } public static Action CloseHoster { get; set; } public static Action EnableDocumento { get; set; } public static Action EnableItens { get; set; } public static Action EnableMainMenu { get; set; } public static Action EnableMenu { get; set; } public static Action EnablePesquisarClientes { get; set; } public static Action IniciarAggilizador { get; set; } public static Action LimparCliente { get; set; } public static Action ManterItem { get; set; } public static Action NomeTela { get; set; } public static Action OcultarTogglesArquivoDigital { get; set; } public static Action OcultarTogglesFerramentas { get; set; } public static Action OcultarTogglesSeguros { get; set; } public static Action RecarregarDocumentos { get; set; } public static Action RecarregarParcelas { get; set; } public static Action RecarregarRelatorios { get; set; } public static Action Redimencionar { get; set; } public static Action Resize { get; set; } public static Action SaveSortLancamentos { get; set; } public static Action ScrollDocumento { get; set; } public static Action ScrollToItem { get; set; } public static Action SelectCliente { get; set; } public static Action SortLancamentos { get; set; } public static Action SubstituirItem { get; set; } public static Action UpdateDocumento { get; set; } public static Action UpdateItem { get; set; } public static Action UpdateRadioApolice { get; set; } } }