Rimmon 3 anni fa
parent
commit
3549b6c79e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Models/ArticleModel.cs

+ 2 - 0
Models/ArticleModel.cs

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