CSharp: Use the correct model package name

This commit is contained in:
Timothy Lusk 2014-06-27 16:01:24 -04:00
parent 58bade3b01
commit dcbf4d1bfd

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using {{invokerPackage}};
using {{invokerPackage}}.Model;
using {{modelPackage}};
{{#imports}}
{{/imports}}