コード例 #1
0
 public InventoryListController(IRepository repository, IDynamicExpressionQuery dynamicExpressionQuery,
     IInventoryProductListGrid inventoryProductListGrid )
 {
     _repository = repository;
     _dynamicExpressionQuery = dynamicExpressionQuery;
     _inventoryProductListGrid = inventoryProductListGrid;
 }
コード例 #2
0
 public InventoryListController(IRepository repository, IDynamicExpressionQuery dynamicExpressionQuery,
                                IInventoryProductListGrid inventoryProductListGrid)
 {
     _repository               = repository;
     _dynamicExpressionQuery   = dynamicExpressionQuery;
     _inventoryProductListGrid = inventoryProductListGrid;
 }