Example #1
0
		private void detach_Usuarios(Usuario entity)
		{
			this.SendPropertyChanging();
			entity.Consultore = null;
		}
Example #2
0
 partial void DeleteUsuario(Usuario instance);
Example #3
0
 partial void InsertUsuario(Usuario instance);
Example #4
0
 partial void UpdateUsuario(Usuario instance);
Example #5
0
		private void attach_Usuarios(Usuario entity)
		{
			this.SendPropertyChanging();
			entity.Role = this;
		}