Closed tuxuser closed 4 years ago
Before
public async Task QueryDCATAsync(string ID); public async Task QueryDCATAsync(string ID, string AuthenticationToken); public async Task QueryDCATAsync(string ID, IdentiferType IDType); public async Task QueryDCATAsync(string ID, IdentiferType IDType, string AuthenticationToken);
Now
public async Task QueryDCATAsync(string ID, IdentiferType IDType = IdentiferType.ProductID, string AuthenticationToken = null);
Before
Now