コード例 #1
0
 partial void Deletesns_user(sns_user instance);
コード例 #2
0
 partial void Updatesns_user(sns_user instance);
コード例 #3
0
		private void detach_sns_users(sns_user entity)
		{
			this.SendPropertyChanging();
			entity.sns_type = null;
		}
コード例 #4
0
 partial void Insertsns_user(sns_user instance);
コード例 #5
0
		private void attach_sns_users(sns_user entity)
		{
			this.SendPropertyChanging();
			entity.sns_type = this;
		}