Selaa lähdekoodia

remove unused code

master
Savorboard 6 vuotta sitten
vanhempi
commit
c0dd285474
1 muutettua tiedostoa jossa 0 lisäystä ja 15 poistoa
  1. +0
    -15
      src/DotNetCore.CAP/Models/CapQueue.cs

+ 0
- 15
src/DotNetCore.CAP/Models/CapQueue.cs Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna