IAlertManager.cs 117 B

1234567
  1. namespace Abp.Web.Mvc.Alerts
  2. {
  3. public interface IAlertManager
  4. {
  5. AlertList Alerts { get; }
  6. }
  7. }