예제 #1
0
 partial void DeleteSession(Session instance);
예제 #2
0
 partial void UpdateSession(Session instance);
예제 #3
0
		private void detach_Session(Session entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
예제 #4
0
 partial void InsertSession(Session instance);
예제 #5
0
		private void attach_Session(Session entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}