root/StructuredWeb/StructuredWeb/Domain/Business/CustomerDemographic.cs
| 93 | 107 | ||
|---|---|---|---|
1 | namespace StructuredWeb.Domain.Business | 1 | #region Using Statements |
2 | |||
3 | using System; | ||
4 | using System.Diagnostics; | ||
5 | |||
6 | #endregion | ||
7 | |||
8 | namespace StructuredWeb.Domain.Business | ||
2 | { | 9 | { |
10 | [Serializable] | ||
11 | [DebuggerDisplay("Id = {Id}, CustomerDesc = {CustomerDesc}")] | ||
3 | public class CustomerDemographic | 12 | public class CustomerDemographic |
4 | { | 13 | { |
5 | public string Id { get; set; } | 14 | public string Id { get; set; } |
Download diff