Starting implementation of Dictionary and Language repositories and factories
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Core.Persistence;
|
||||
|
||||
namespace Umbraco.Core.Models.Rdbms
|
||||
@@ -19,5 +20,8 @@ namespace Umbraco.Core.Models.Rdbms
|
||||
|
||||
[Column("key")]
|
||||
public string Key { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
public List<LanguageTextDto> LanguageTextDtos { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user