- using Hotline.Share.Notifications.Base;
- using MediatR;
- namespace Hotline.Share.Notifications
- {
- public class ByeExtAndExtNotification: BaseEvent, INotification
- {
- public string FromTelNo { get; set; }
- public string ToTelNo { get; set; }
- public string Recording { get; set; }
- }
- }
|