コード例 #1
0
ファイル: Classy.cs プロジェクト: rosenbjerg/TinyIoC
 public Classy(JustClass justClass, IOther1 other1, IOther2 other2, IOther3 other3)
 {
     _justClass = justClass;
     _other1    = other1;
     _other2    = other2;
     _other3    = other3;
 }
コード例 #2
0
 public InterceptorSampleForOther1(IOther1 other1)
 {
     _other1 = other1;
 }