Skip to content

Commit

Permalink
fixed castle windsor runtime error
Browse files Browse the repository at this point in the history
class FilterStockQueryExecutor => public
  • Loading branch information
W0dan committed Apr 17, 2013
1 parent 4ad767b commit bee0060
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions YorickStock/Stock/FilterStock/FilterStockQueryExecutor.cs
@@ -1,12 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq;
using SamStock.Database;
using SamStock.Stock.GetStockOverzicht;

namespace SamStock.Stock.FilterStock {
class FilterStockQueryExecutor : IFilterStockQueryExecutor {
public class FilterStockQueryExecutor : IFilterStockQueryExecutor {
private readonly IContext _context;

public FilterStockQueryExecutor(IContext context) {
Expand Down

0 comments on commit bee0060

Please sign in to comment.