Browse Source

Refactor MyProjectNameGlobalFeatureConfigurator

pull/7992/head
enisn 6 years ago
parent
commit
1403df7ea9
  1. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameGlobalFeatureConfigurator.cs

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameGlobalFeatureConfigurator.cs

@ -16,8 +16,8 @@ namespace MyCompanyName.MyProjectName
{
cmsKit.EnableAll();
});
//</TEMPLATE-REMOVE>
//</TEMPLATE-REMOVE>
/* You can configure (enable/disable) global features of the used modules here.
*
* YOU CAN SAFELY DELETE THIS CLASS AND REMOVE ITS USAGES IF YOU DON'T NEED TO IT!

Loading…
Cancel
Save