This commit is contained in:
@@ -418,6 +418,11 @@ namespace AyaNova.Api.Controllers
|
|||||||
[System.ComponentModel.DataAnnotations.Required]
|
[System.ComponentModel.DataAnnotations.Required]
|
||||||
public List<string> Keys { get; set; }
|
public List<string> Keys { get; set; }
|
||||||
|
|
||||||
|
public LocaleSubsetParam()
|
||||||
|
{
|
||||||
|
Keys = new List<string>();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (DEBUG)
|
#if (DEBUG)
|
||||||
|
|||||||
Reference in New Issue
Block a user