示例#1
0
 public BookListService()
 {
     _books = new List<Book>();
     _log = new LogAdapter(new NLogger());
     _log.Initialize();
 }