refactoring the haircut messaging

This commit is contained in:
2017-06-02 21:34:18 +02:00
parent 99cc856cb8
commit eafb48dfea
12 changed files with 199 additions and 80 deletions

View File

@ -5,18 +5,18 @@ namespace Yavsc.Interfaces.Workflow {
/// <c>/topic/(bookquery|estimate)</c>
/// </summary>
/// <returns></returns>
string Topic { get; set ; }
string Topic { get; }
/// <summary>
/// Should be the user's name
/// </summary>
/// <returns></returns>
string Sender { get; set ; }
/// <summary>
/// The message
/// The message
/// </summary>
/// <returns></returns>
string Message { get; set; }
}
}
}