This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove unused constructor.
master
Savorboard
6 years ago
parent
ff12c0217a
commit
63e83637bf
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
src/DotNetCore.CAP/Models/CapPublishedMessage.cs
+ 0
- 6
src/DotNetCore.CAP/Models/CapPublishedMessage.cs
View File
@@ -15,12 +15,6 @@ namespace DotNetCore.CAP.Models
Added = DateTime.Now;
}
public CapPublishedMessage(MessageContext message)
{
Name = message.Name;
Content = message.Content;
}
public int Id { get; set; }
public string Name { get; set; }
Write
Preview
Loading…
Cancel
Save