Ejemplo n.º 1
0
 partial void DeleteOtherInfo(OtherInfo instance);
Ejemplo n.º 2
0
 partial void InsertOtherInfo(OtherInfo instance);
Ejemplo n.º 3
0
 partial void UpdateOtherInfo(OtherInfo instance);
Ejemplo n.º 4
0
		private void detach_OtherInfos(OtherInfo entity)
		{
			this.SendPropertyChanging();
			entity.ClientInfo = null;
		}