partial void DeletePost(Post instance);
 partial void InsertPost(Post instance);
 partial void UpdatePost(Post instance);
Ejemplo n.º 4
0
 public ActionResult Index(Post post)
 {
     return Json(post);
 }
Ejemplo n.º 5
0
		private void detach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.PostType = null;
		}
Ejemplo n.º 6
0
		private void attach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.PostType = this;
		}
Ejemplo n.º 7
0
		private void detach_Posts1(Post entity)
		{
			this.SendPropertyChanging();
			entity.User1 = null;
		}
Ejemplo n.º 8
0
		private void attach_Posts1(Post entity)
		{
			this.SendPropertyChanging();
			entity.User1 = this;
		}