コード例 #1
0
ファイル: FuncResolver.cs プロジェクト: mwereda/Workshops
 public FuncResolver()
 {
     this.registration = new RegistrationModules();
 }
コード例 #2
0
 public EnumerableResolver()
 {
     this.registration = new RegistrationModules();
 }