示例#1
0
 public TwoDetailsSteps(Detail testDetail)
 {
     _testDetail = testDetail;
 }
示例#2
0
文件: Hooks1.cs 项目: wbagit/SpecFlow
 public Hooks1(Detail testDetail)
 {
     _testDetail = testDetail;
 }