Skip to content

Commit 4c7e1df

Browse files
committed
Updated namespace
1 parent 1c70a25 commit 4c7e1df

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Cms.Integrations.Crm.Dynamics/App_Plugins/UmbracoCms.Integrations/Crm/Dynamics/Render

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.Dynamics/App_Plugins/UmbracoCms.Integrations/Crm/Dynamics/Render/DynamicsFormV8.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@using Umbraco.Cms.Integrations.Crm.Dynamics.Models.ViewModels;
22
@using Umbraco.Cms.Integrations.Crm.Dynamics.Models;
33

4-
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<FormViewModel>
4+
@inherits Umbraco.Web.Mvc.UmbracoViewPage<FormViewModel>
55

66
@{
77
var id = Guid.NewGuid();

0 commit comments

Comments
 (0)