public static GetRecurringAmountByRecurringInvoiceIdController Fixture()
        {
            GetRecurringAmountByRecurringInvoiceIdController controller = new GetRecurringAmountByRecurringInvoiceIdController(new GetRecurringAmountByRecurringInvoiceIdRepository(), "", new LoginView());

            return(controller);
        }
 public static GetRecurringAmountByRecurringInvoiceIdController Fixture()
 {
     GetRecurringAmountByRecurringInvoiceIdController controller = new GetRecurringAmountByRecurringInvoiceIdController(new GetRecurringAmountByRecurringInvoiceIdRepository(), "", new LoginView());
     return controller;
 }