RosimInc 7362541eaf Skeleton for model classes.
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-11 03:18:31 -04:00

10 lines
156 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class Headline : Post
{
private Person author;
}