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