public PoststedBLL(IPoststedDAL stub) { _repository = stub; }
public PoststedBLL() { _repository = new PoststedDAL(); }