Эх сурвалжийг харах

SqlServer test, remove Required

Lith 6 сар өмнө
parent
commit
cc9c7dda54

+ 1 - 1
test/Vitorm.SqlServer.MsTest/DataSource.cs

@@ -13,7 +13,7 @@ namespace Vitorm.MsTest
         public int id { get; set; }
         public int id { get; set; }
 
 
         [System.ComponentModel.DataAnnotations.Schema.Column("userName", TypeName = "varchar(1000)")]
         [System.ComponentModel.DataAnnotations.Schema.Column("userName", TypeName = "varchar(1000)")]
-        [System.ComponentModel.DataAnnotations.Required]
+        //[System.ComponentModel.DataAnnotations.Required]
         public string name { get; set; }
         public string name { get; set; }
         [System.ComponentModel.DataAnnotations.Schema.Column("userBirth")]
         [System.ComponentModel.DataAnnotations.Schema.Column("userBirth")]
         public DateTime? birth { get; set; }
         public DateTime? birth { get; set; }