/*
- * Copyright (C) 2016, 2017 Roland Häder GmbH
+ * Copyright (C) 2016, 2017 Roland Häder
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
import javax.inject.Inject;
import javax.inject.Named;
import org.mxchange.jcontacts.contact.Contact;
+import org.mxchange.jfinancials.beans.BaseFinancialsController;
import org.mxchange.jfinancials.beans.contact.FinancialsAdminContactWebRequestController;
import org.mxchange.jfinancials.beans.phone.FinancialsAdminPhoneWebRequestController;
import org.mxchange.jfinancials.beans.user.FinancialsAdminUserWebRequestController;
*/
@Named ("beanHelper")
@RequestScoped
-public class FinancialsWebRequestHelperBean implements FinancialsWebRequestHelperController {
+public class FinancialsWebRequestHelperBean extends BaseFinancialsController implements FinancialsWebRequestHelperController {
/**
* Call-stack instance (5 may show BeanELResolver.getValue as caller)