public CalculationsController(ICalculationRepo repo) { this.repo = repo; }
public CalculationController(ICalculationRepo ICalcRepo, ICalcFiler Ifiler) { calcRepo = ICalcRepo; filer = Ifiler; }