mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 06:00:52 +00:00
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