Use REST style

This commit is contained in:
hishamco
2020-12-03 15:50:25 +03:00
parent 5ee38e4ae7
commit 1a8125c26d
5 changed files with 12 additions and 25 deletions

View File

@ -6,8 +6,6 @@ namespace Oqtane.Services
{
public interface ILocalizationService
{
Task<Culture> GetDefaultCulture();
Task<IEnumerable<Culture>> GetSupportedCultures();
Task<IEnumerable<Culture>> GetCulturesAsync();
}
}