aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/EntityNames.cs
blob: 7dae6a4a438ae1f3cbb439eb264e6ba0b8723c10 (plain)
1
2
3
4
5
6
7
8
9
namespace Timeline.Services
{
    public static class EntityNames
    {
        public const string User = "User";
        public const string Timeline = "Timeline";
        public const string TimelinePost = "TimelinePost";
    }
}