mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
4 lines
129 B
C#
4 lines
129 B
C#
|
|
namespace Orchard.Core.Localization.Services {
|
|||
|
|
public interface IContentItemLocalizationService : IDependency {
|
|||
|
|
}
|
|||
|
|
}
|