forked from loafle/openapi-generator-original
CSharp: Use the correct model package name
This commit is contained in:
parent
58bade3b01
commit
dcbf4d1bfd
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using {{invokerPackage}};
|
||||
using {{invokerPackage}}.Model;
|
||||
using {{modelPackage}};
|
||||
{{#imports}}
|
||||
{{/imports}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user