コード例 #1
0
		public virtual void AddBeing(Being b)
		{
			b.Location=this;
			beings.Add(b);
		}
コード例 #2
0
ファイル: Location.cs プロジェクト: renefc3/nhibernate
 public virtual void AddBeing(Being b)
 {
     b.Location = this;
     beings.Add(b);
 }