using Common.Models.Notification; using Common.Models.RequestResponse; using Common.Models.SendSMS; namespace Business.BusinessLogic.NotificationApiService { public interface INotificationService { TPResponse NotificationApiMethod(SendNotificationRequest model); } }