From dcbf4d1bfd8e2131738afe80097d87cb23dd4f2e Mon Sep 17 00:00:00 2001 From: Timothy Lusk Date: Fri, 27 Jun 2014 16:01:24 -0400 Subject: [PATCH] CSharp: Use the correct model package name --- src/main/resources/csharp/api.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/csharp/api.mustache b/src/main/resources/csharp/api.mustache index 0267c3633bd..0984da329a6 100644 --- a/src/main/resources/csharp/api.mustache +++ b/src/main/resources/csharp/api.mustache @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using {{invokerPackage}}; - using {{invokerPackage}}.Model; + using {{modelPackage}}; {{#imports}} {{/imports}}