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