8 lines
171 B
C#
8 lines
171 B
C#
namespace MarketPriceLookup.Common
|
|
{
|
|
public class HandbookCategory
|
|
{
|
|
public string Id { get; set; }
|
|
public string ParentId { get; set; }
|
|
}
|
|
} |