This commit is contained in:
2020-03-18 19:56:58 +00:00
parent 6253a838f6
commit c99eed383f
8 changed files with 13 additions and 26 deletions

View File

@@ -88,7 +88,7 @@ namespace AyaNova.Biz
//get picklist (simple non-paged)
//get list (simple non-paged)
internal async Task<List<NameIdItem>> GetTranslationListAsync()
{
List<NameIdItem> l = new List<NameIdItem>();