We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f099c1a + 3086a1a commit bb976c6Copy full SHA for bb976c6
Source/FikaAmazonAPI/AmazonConnection.cs
@@ -9,8 +9,6 @@ public class AmazonConnection
9
{
10
private AmazonCredential Credentials { get; set; }
11
12
-
13
14
public OrderService Orders => this._Orders ?? throw _NoCredentials;
15
public ReportService Reports => this._Reports ?? throw _NoCredentials;
16
public SolicitationService Solicitations => this._Solicitations ?? throw _NoCredentials;
0 commit comments