示例#1
0
 public HomeController(INLogging logger, IHomeBAL ihomebal)
 {
     this._logger   = logger;
     this._ihomebal = ihomebal;
 }
示例#2
0
 static TestClass()
 {
     _logger = new NLogging();
 }