This commit is contained in:
@@ -15,8 +15,8 @@ namespace AyaNova.Models
|
||||
public string Name { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
|
||||
public bool? Active { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
|
||||
public string Wiki { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
|
||||
public string CustomFields { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
public string CustomFields { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
|
||||
public List<string> Tags { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
|
||||
public AyaNova.Biz.AyaType AyaType { get; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user