コード例 #1
0
ファイル: About.aspx.cs プロジェクト: csharpfritz/WebFormsIoC
 public About(Models.TestRepository repo)
 {
     Debug.WriteLine("In the injectable constructor");
 }
コード例 #2
0
 public _Default(Models.TestRepository repo)
 {
     Debug.WriteLine("Logging from the injected constructor!");
 }