PhoneToolMX/PhoneToolMX/Services/IAsteriskManager.cs
2023-10-21 13:46:56 -07:00

8 lines
139 B
C#

namespace PhoneToolMX.Services
{
public interface IAsteriskManager
{
public Task SendNotifyAsync(string endpoint);
}
}