Test plan incomplete, basic compaints support
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@@ -32,6 +33,7 @@ namespace Models
|
||||
{
|
||||
get;set;
|
||||
}
|
||||
[StringLength(255)]
|
||||
public string Title
|
||||
{
|
||||
get;set;
|
||||
|
Reference in New Issue
Block a user