This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
@@ -14,8 +13,10 @@ namespace HanyadikHetVan.Data.Entities
|
||||
|
||||
public virtual ICollection<Pause> Pauses { get; set; }
|
||||
|
||||
public virtual IdentityUser Owner { get; set; }
|
||||
public virtual ICollection<FunFact> FunFacts { get; set; }
|
||||
|
||||
public String OwnerId { get; set; }
|
||||
public virtual User User { get; set; }
|
||||
|
||||
public string UserId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user