Use REST style
This commit is contained in:
@ -6,8 +6,6 @@ namespace Oqtane.Services
|
||||
{
|
||||
public interface ILocalizationService
|
||||
{
|
||||
Task<Culture> GetDefaultCulture();
|
||||
|
||||
Task<IEnumerable<Culture>> GetSupportedCultures();
|
||||
Task<IEnumerable<Culture>> GetCulturesAsync();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user