this.mapper.getMapper());
this.facades.put(IPurchaseFacade.class, facade);
}
private void createBasketsBatchFacade() {
final IBasketsBatchFacade facade = new BasketsBatchFacade(
this.basketsBatchDao, this.mapper.getMapper());
this.facades.put(IBasketsBatchFacade.class, facade);
}