...
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common.Dtos
|
||||
namespace Common.Models
|
||||
{
|
||||
public class IdName<T>
|
||||
{
|
10
Hushian.Application/Contracts/IMessageSender.cs
Normal file
10
Hushian.Application/Contracts/IMessageSender.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
using Hushian.Application.Models.Message;
|
||||
|
||||
namespace Common.Contracts.Infrastructure
|
||||
{
|
||||
public interface IMessageSender
|
||||
{
|
||||
Task<bool> SendMassage(Message message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user