refactoring messages
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
namespace Yavsc
|
||||
{
|
||||
public interface ILocation
|
||||
public interface ILocation : IPosition
|
||||
{
|
||||
string Address { get; set; }
|
||||
long Id { get; set; }
|
||||
|
Reference in New Issue
Block a user