コード例 #1
0
 public BaseTest()
 {
     _slipRepository = new SlipRepository(SLIP_COMPONENTS_PATH);
     _catalogService = new CatalogService();
 }