this.basketsBatchDao, this.mapper.getMapper());
this.facades.put(IBasketsBatchFacade.class, facade);
}
private void createGroupFacade() {
final IGroupFacade facade = new GroupFacade(this.groupDao,
this.mapper.getMapper());
this.facades.put(IGroupFacade.class, facade);
}