Esempio n. 1
0
 partial void DeleteUSER_MARK(USER_MARK instance);
Esempio n. 2
0
 partial void UpdateUSER_MARK(USER_MARK instance);
Esempio n. 3
0
	private void detach_USER_MARKs(USER_MARK entity)
	{
		this.SendPropertyChanging();
		entity.USER = null;
	}
Esempio n. 4
0
 partial void InsertUSER_MARK(USER_MARK instance);
Esempio n. 5
0
	private void attach_USER_MARKs(USER_MARK entity)
	{
		this.SendPropertyChanging();
		entity.USER = this;
	}