Publishes the bill setter

vnext
Paul Schneider 8 years ago
parent 50002fba45
commit 26110e7a99
1 changed files with 1 additions and 1 deletions

@ -25,7 +25,7 @@ namespace BookAStar.Model.Workflow
/// In db, they are separated by <c>:</c> /// In db, they are separated by <c>:</c>
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
public List<string> AttachedGraphicList { get; private set; } public List<string> AttachedGraphicList { get; set; }
public string AttachedGraphicsString public string AttachedGraphicsString
{ {

Loading…