Example #1
0
 public FuntionsCaller()
 {
     functionPrintNumbersService = new FunctionPrintNumbersService();
     functionSquaredService      = new FunctionSquaredService();
     functionFibonacciService    = new FuncFibonacciService();
     printUtils = new PrintUtils();
 }
 public ResultsController()
 {
     functionPrintNumbersService = new FunctionPrintNumbersService();
     functionSquaredService      = new FunctionSquaredService();
     functionFibonacciService    = new FuncFibonacciService();
 }