Remove TODOs that we won't implement.

pull/13269/head
Halil İbrahim Kalkan 3 years ago
parent 80f907ff41
commit 761a2180d1

@ -7,7 +7,6 @@ namespace Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations;
[Serializable]
public class ApplicationLocalizationConfigurationDto
{
//TODO: Rename to Texts?
public Dictionary<string, Dictionary<string, string>> Values { get; set; }
public List<LanguageInfo> Languages { get; set; }

@ -1,7 +1,5 @@
namespace Volo.Abp.Data;
//TODO: Move to Volo.Abp.Data.ObjectExtending namespace at 4.0?
public interface IHasExtraProperties
{
ExtraPropertyDictionary ExtraProperties { get; }

Loading…
Cancel
Save