Files
Orchard/src/Orchard.Web/Core/Localization/Services/IContentItemLocalizationService.cs

4 lines
129 B
C#
Raw Normal View History

namespace Orchard.Core.Localization.Services {
public interface IContentItemLocalizationService : IDependency {
}
}