8 lines
175 B
C#
8 lines
175 B
C#
namespace SharedLibraryCore.Dtos
|
|
{
|
|
public class CommandResponseInfo
|
|
{
|
|
public string Response { get; set; }
|
|
public int ClientId { get; set; }
|
|
}
|
|
} |