Update to latest code and nugets packages
This commit is contained in:
@@ -7,7 +7,7 @@ internal sealed class ExampleApiClientCreatingRule : RestApiClientCreationRuleBa
|
||||
{
|
||||
#region Properties
|
||||
|
||||
protected override Type[] SupportedTypes => new[] { typeof(ICountry) };
|
||||
protected override Type[] SupportedTypes => new[] { typeof(ICustomer) };
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user