Initial Commit ...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
using xMessageService.Models;
|
||||
|
||||
namespace xMessageService.Interfaces {
|
||||
public partial interface IXSmsService {
|
||||
Task SendSmsAsync (
|
||||
XMessage message,
|
||||
string provider = null
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user