This commit is contained in:
2018-09-19 17:16:34 +00:00
parent 2c39bf1c0a
commit 75b09abd07

View File

@@ -418,6 +418,11 @@ namespace AyaNova.Api.Controllers
[System.ComponentModel.DataAnnotations.Required]
public List<string> Keys { get; set; }
public LocaleSubsetParam()
{
Keys = new List<string>();
}
}
#if (DEBUG)