re-init de la liste des migrations
This commit is contained in:
parent
de9bd82fdb
commit
4226126278
326 changed files with 2539 additions and 326877 deletions
|
|
@ -25,10 +25,10 @@ namespace Yavsc.Models.Blog
|
|||
|
||||
[Display(Name="Identifiant de l'auteur")]
|
||||
[ForeignKey("Author")]
|
||||
public string AuthorId { get; set; }
|
||||
public string? AuthorId { get; set; }
|
||||
|
||||
[Display(Name="Auteur")]
|
||||
public virtual ApplicationUser Author { set; get; }
|
||||
public virtual ApplicationUser? Author { set; get; }
|
||||
|
||||
|
||||
[Display(Name="Date de création")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue