コード例 #1
0
ファイル: PersonFixture.cs プロジェクト: ChrisBDFA/fitsharp
		public void Set(Person[] value)
		{
			methodValue = value;
		}
コード例 #2
0
 public void MotherFather(Person mother, Person father) {
     List.Add(new Parents {Mother = mother, Father = father});
 }