using DurnyklyYol.Module.BusinessObjects;
namespace DurnyklyYol.Module.Services
{
public interface INotificationService
Task NotifyClients(Cargo cargo);
}