Explorar o código

Tags, CharsCount

Rimmon %!s(int64=3) %!d(string=hai) anos
pai
achega
3549b6c79e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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; }