refactoring messages

This commit is contained in:
2018-02-03 20:17:29 +01:00
parent edd91faa96
commit 6c18f32f61
44 changed files with 603 additions and 304 deletions

View File

@ -11,11 +11,8 @@ namespace Yavsc.Interfaces.Workflow {
/// </summary>
/// <returns></returns>
string Sender { get; set ; }
/// <summary>
/// The message
/// </summary>
/// <returns></returns>
string Message { get; set; }
string CreateBody();
}

View File

@ -1,6 +1,6 @@
namespace Yavsc
{
public interface ILocation
public interface ILocation : IPosition
{
string Address { get; set; }
long Id { get; set; }