dotnetdeveloperaz / MetalPriceConsole

Simple console application to get the closing price of gold, silver, palladium or platinum for the previous day. Can be scheduled to run daily or used manually..
0 stars 0 forks source link

AnsiConsole - Implement DI #46

Closed dotnetdeveloperaz closed 10 months ago

dotnetdeveloperaz commented 1 year ago

Need to make AnsiConsole injectable to clean up the code a bit, instead of instantiating it everywhere it is used to cut down on the amount of code.

This is semi-related to #23 to also separate out the processing code to shorten down the command files.