renaming topic constants

This commit is contained in:
Paul Schneider 2019-09-17 11:37:36 +01:00
commit a2559d7d78
3 changed files with 8 additions and 7 deletions

View file

@ -33,7 +33,7 @@ namespace Yavsc.Models.Messaging
public RdvQueryEvent(string subTopic)
{
Topic = MessagingConstants.TopicRdvQuery;
Topic = Topics.RdvQuery;
SubTopic = subTopic;
}