This commit is contained in:
11
HanyadikHetVan/Data/Entities/User.cs
Normal file
11
HanyadikHetVan/Data/Entities/User.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace HanyadikHetVan.Data.Entities
|
||||
{
|
||||
public class User : IdentityUser
|
||||
{
|
||||
public virtual ICollection<WeeklyTimeSpan> WeeklyTimeSpans { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user