renaming topic constants
This commit is contained in:
parent
3e1dc7b80f
commit
a2559d7d78
3 changed files with 8 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ namespace Yavsc.Models.Messaging
|
|||
|
||||
public RdvQueryEvent(string subTopic)
|
||||
{
|
||||
Topic = MessagingConstants.TopicRdvQuery;
|
||||
Topic = Topics.RdvQuery;
|
||||
SubTopic = subTopic;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue