feat: add outgoing messages to client
This commit is contained in:
14
Client/Domain/Parsers/OutgoingMessageBuilderInterface.cs
Normal file
14
Client/Domain/Parsers/OutgoingMessageBuilderInterface.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Client.Domain.DTO;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Client.Domain.Parsers
|
||||
{
|
||||
public interface OutgoingMessageBuilderInterface
|
||||
{
|
||||
string Build<T>(OutgoingMessage<T> message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user