mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add photos to database.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
{
|
||||
public class ApplicationUser : IdentityUser { }
|
||||
public class ApplicationUser : IdentityUser
|
||||
{
|
||||
public virtual ICollection<MachinePhoto> Photos { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user