Closed mattwhitfield closed 4 years ago
This signature:
public AppLicenceFeatureValueDetails(int id, int licenceId, int featureId)
Yields this
new AppLicenceFeatureValueDetails(839812003, default(int), default(int)
The second and third parameters should also get their values from the value provider.
This signature:
Yields this
The second and third parameters should also get their values from the value provider.