This commit is contained in:
2024-01-29 09:29:16 +08:00
parent 4f96b77e55
commit 083090c62b
63 changed files with 2479 additions and 1491 deletions

View File

@@ -12,6 +12,7 @@ using System.Text.RegularExpressions;
namespace ConsoleApp2.SimulationService
{
#if false
public class SimulationInputService : IInputService
{
private readonly ILogger _logger;
@@ -131,4 +132,5 @@ namespace ConsoleApp2.SimulationService
_logger.LogInformation("***** Csv input service completed *****");
}
}
#endif
}