Skip to content

Conversation

@cupsos
Copy link

@cupsos cupsos commented Nov 10, 2021

Fix #225


#region Constructor
public ApiService(ILogger logger = null) => Logger = logger ?? NullLogger.Instance;
public ApiService(ILogger logger = null)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cupsos I can see what this is about. I see the documentation from Microsoft.

Unfortunately, this is the wrong place to put this code. This service must remain dumb with no logic. We will need to pass the fileFlag in as part of the CreateConnection() method.

@MelbourneDeveloper
Copy link
Owner

@cupsos see #228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants