コード例 #1
0
ファイル: BaseRepositoryFixture.cs プロジェクト: pleb/Chillow
 protected void BeforeModelEventWithObjection(ObjectionableModelEventArgs<Car> args)
 {
     args.Object("Unit testing.", this);
 }
コード例 #2
0
ファイル: BaseRepositoryFixture.cs プロジェクト: pleb/Chillow
 protected void BeforeModelEvent(ObjectionableModelEventArgs<Car> args)
 {
     BeforeEventArgs = args;
 }