This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Fohjin.Core { } | |
namespace Fohjin.Core.Controllers { } | |
namespace Fohjin.Core.Persistence { } | |
namespace Fohjin.Core.Tests { } | |
namespace Fohjin.Core.Tests.Controllers { } | |
namespace Fohjin.Core.Tests.Persistence { } | |
namespace Fohjin.Core.Specification { } | |
namespace Fohjin.Core.Specification.Controllers { } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Fohjin.DDD.Commands | |
{ | |
[Serializable] | |
public class ClientIsMovingCommand : Command | |
{ | |
public string Street { get; private set; } | |
public string StreetNumber { get; private set; } | |
public string PostalCode { get; private set; } | |
public string City { get; private set; } |
NewerOlder