Ejemplo n.º 1
0
		private void detach_ERP_Users(ERP_User entity)
		{
			this.SendPropertyChanging();
			entity.ERP_Department = null;
		}
Ejemplo n.º 2
0
 partial void UpdateERP_User(ERP_User instance);
Ejemplo n.º 3
0
 partial void DeleteERP_User(ERP_User instance);
Ejemplo n.º 4
0
 partial void InsertERP_User(ERP_User instance);