colors (ctor)
This commit is contained in:
31
Yavsc/Models/Haircut/HairCutQueryEvent.cs
Normal file
31
Yavsc/Models/Haircut/HairCutQueryEvent.cs
Normal file
@ -0,0 +1,31 @@
|
||||
namespace Yavsc.Models.Messaging
|
||||
{
|
||||
public class HairCutQueryEvent : BookQueryProviderInfo, IEvent
|
||||
{
|
||||
public HairCutQueryEvent()
|
||||
{
|
||||
Topic = "HairCutQuery";
|
||||
}
|
||||
|
||||
public string Message
|
||||
{
|
||||
get;
|
||||
|
||||
set;
|
||||
}
|
||||
|
||||
public string Sender
|
||||
{
|
||||
get;
|
||||
|
||||
set;
|
||||
}
|
||||
|
||||
public string Topic
|
||||
{
|
||||
get;
|
||||
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user