mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
- More work on the citem localization, still early stages (updates to services and models).
--HG-- branch : dev
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
namespace Orchard.Core.Localization.Services {
|
||||
using System.Collections.Generic;
|
||||
using Orchard.Core.Localization.Models;
|
||||
|
||||
namespace Orchard.Core.Localization.Services {
|
||||
public interface IContentItemLocalizationService : IDependency {
|
||||
IEnumerable<Localized> Get();
|
||||
Localized Get(int localizedId);
|
||||
Localized GetLocalizationForCulture(int masterId, string cultureName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user