public static sfPosts Create() { var p = new sfPosts(); p.AuthorId = 2; p.Title="123gf"; p.CreatedOn = DateTime.UtcNow; // p.Type = PostType.Page; p.IsActive = true; return p; }
public static sfPosts Create() { var p = new sfPosts(); p.AuthorId = 2; p.Title = "123gf"; p.CreatedOn = DateTime.UtcNow; // p.Type = PostType.Page; p.IsActive = true; return(p); }