コード例 #1
0
 public ToolInventoryController(AppSettings _appSettings)
 {
     appSettings       = _appSettings;
     imageLibrary      = appSettings.ImageLibrary;
     ToolInventoryRepo = new DBToolInventoryRepository(
         appSettings, null, null, null
         );
 }