- using Hotline.Share.Notifications.Base;
- using MediatR;
- namespace Hotline.Share.Notifications
- {
- public class ByeExtAndOuterOneNotification: BaseEvent, INotification
- {
- public string TelNo { get; set; }
- public BaseOuter Outer { get; set; }
- public string Recording { get; set; }
- }
- }
|