migration net9.0
This commit is contained in:
parent
7ebc6b9f76
commit
39788f46f9
1375 changed files with 222140 additions and 32928 deletions
|
|
@ -35,7 +35,7 @@ namespace Yavsc.Models.Blog
|
|||
}
|
||||
|
||||
[Display(Name="Créateur")]
|
||||
public string UserCreated
|
||||
public string? UserCreated
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
|
@ -47,7 +47,7 @@ namespace Yavsc.Models.Blog
|
|||
}
|
||||
|
||||
[Display(Name="Utilisateur ayant modifé le dernier")]
|
||||
public string UserModified
|
||||
public string? UserModified
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue