root/StructuredWeb/StructuredWeb/Domain/Business/Territory.cs
| 86 | 107 | ||
|---|---|---|---|
9 | namespace StructuredWeb.Domain.Business | 9 | namespace StructuredWeb.Domain.Business |
10 | { | 10 | { |
11 | [Serializable] | 11 | [Serializable] |
12 | [DebuggerDisplay("Id = {Id}, Description = {Description}")] | 12 | [DebuggerDisplay("Id = {Id}, Description = {Description}, Region = {Region}")] |
13 | public class Territory | 13 | public class Territory |
14 | { | 14 | { |
15 | public string Id { get; set; } | 15 | public string Id { get; set; } |
Download diff