|
@@ -40,6 +40,8 @@ namespace HyperCube.Models
|
|
public string Authors { get; set; }
|
|
public string Authors { get; set; }
|
|
[Required]
|
|
[Required]
|
|
public string Keywords { get; set; }
|
|
public string Keywords { get; set; }
|
|
|
|
+ public string Tags { get; set; }
|
|
|
|
+ public int CharsCount { get; set; }
|
|
[Required]
|
|
[Required]
|
|
public string Annotation { get; set; }
|
|
public string Annotation { get; set; }
|
|
public string Text { get; set; }
|
|
public string Text { get; set; }
|