Sfoglia il codice sorgente

remove unused code

master
Savorboard 6 anni fa
parent
commit
c0dd285474
1 ha cambiato i file con 0 aggiunte e 15 eliminazioni
  1. +0
    -15
      src/DotNetCore.CAP/Models/CapQueue.cs

+ 0
- 15
src/DotNetCore.CAP/Models/CapQueue.cs Vedi File

@@ -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; }
}
}

Caricamento…
Annulla
Salva