This commit is contained in:
2020-06-23 18:45:06 +00:00
parent 12fbe66bd9
commit 6d2c7b14ce
3 changed files with 14 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ namespace AyaNova.Models
{
public RequestTrial()
{
DbId = string.Empty;//default this because it's coming from the client without a dbid as the server will set it before forwarding it on
DbId = "-";//default this because it's coming from the client without a dbid as the server will set it before forwarding it on
}
[Required]
public string DbId { get; set; }