9 lines
No EOL
258 B
C#
9 lines
No EOL
258 B
C#
namespace WebsitePanel.WebDav.Core.Interfaces.Services
|
|
{
|
|
public interface ISmsDistributionService
|
|
{
|
|
void SendMessage(string phoneFrom, string phone, string message);
|
|
|
|
void SendMessage(string phone, string message);
|
|
}
|
|
} |