コード例 #1
0
ファイル: Program.cs プロジェクト: johnhinz/NinjectIoCExample
 public void DoSomething()
 {
     _dependency.DoSomeWork();
 }