RosimInc 95caf44538 Removed unneeded files
Added Friendship
Created a namespace for models

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-12 11:03:39 -04:00

12 lines
191 B
C#

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