Explorar el Código

remove unused code

master
Savorboard hace 6 años
padre
commit
c0dd285474
Se han modificado 1 ficheros con 0 adiciones y 15 borrados
  1. +0
    -15
      src/DotNetCore.CAP/Models/CapQueue.cs

+ 0
- 15
src/DotNetCore.CAP/Models/CapQueue.cs Ver fichero

@@ -1,15 +0,0 @@
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

namespace DotNetCore.CAP.Models
{
public class CapQueue
{
public int MessageId { get; set; }

/// <summary>
/// 0 is CapSentMessage, 1 is CapReceivedMessage
/// </summary>
public MessageType MessageType { get; set; }
}
}

Cargando…
Cancelar
Guardar