refactor(split): rename DeepDrftWeb -> DeepDrftPublic and DeepDrftWeb.Client -> DeepDrftPublic.Client (Phase 4)
This commit is contained in:
@@ -9,8 +9,8 @@ public static class CmsStartup
|
||||
// CMS-specific services registered here as implementation waves land.
|
||||
//
|
||||
// Note: ITrackService (and its dependencies: TrackRepository, DeepDrftContext) is registered
|
||||
// by DeepDrftWeb.Startup.ConfigureDomainServices, not here. The CMS RCL runs inside the
|
||||
// DeepDrftWeb host, which wires those up before this method is called. A standalone CMS
|
||||
// by DeepDrftPublic.Startup.ConfigureDomainServices, not here. The CMS RCL runs inside the
|
||||
// DeepDrftPublic host, which wires those up before this method is called. A standalone CMS
|
||||
// host would need to register ITrackService separately.
|
||||
return services;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user