All the code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Websockets.ServiceModels.Interfaces
|
||||
{
|
||||
public interface IResponse
|
||||
{
|
||||
string Action { get; }
|
||||
string Error { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user