blog3000/Blog3000/Shared/Topic.cs

12 lines
180 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Blog3000.Shared
{
public class Topic
{
public string Hashtag { get; set; }
}
}