diff --git a/Templates/monolithservice/MonolithServiceCore.cs b/Templates/monolithservice/MonolithServiceCore.cs index d2e9f9d..6eed13e 100644 --- a/Templates/monolithservice/MonolithServiceCore.cs +++ b/Templates/monolithservice/MonolithServiceCore.cs @@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Http.Extensions; using System.Net; -namespace Modernize.Web.Mvc.Controllers +namespace #NAMESPACEPLACEHOLDER# { public static class MonolithService { diff --git a/Templates/monolithservice/MonolithServiceMvc.cs b/Templates/monolithservice/MonolithServiceMvc.cs index ed59d5b..5f1dc44 100644 --- a/Templates/monolithservice/MonolithServiceMvc.cs +++ b/Templates/monolithservice/MonolithServiceMvc.cs @@ -10,7 +10,7 @@ using System.Web.Configuration; using System.Web.Routing; -namespace Modernize.Web.Mvc.Controllers +namespace #NAMESPACEPLACEHOLDER# { public static class MonolithService {