Esempio n. 1
0
 partial void DeleteAuthArea(AuthArea instance);
Esempio n. 2
0
 partial void UpdateAuthArea(AuthArea instance);
Esempio n. 3
0
		private void detach_AuthAreas(AuthArea entity)
		{
			this.SendPropertyChanging();
			entity.AuthDomain = null;
		}
Esempio n. 4
0
 partial void InsertAuthArea(AuthArea instance);
Esempio n. 5
0
		private void attach_AuthAreas(AuthArea entity)
		{
			this.SendPropertyChanging();
			entity.AuthAccess = this;
		}