Audit Service
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using FoodsharingSiegen.Contracts.Entity;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||
|
||||
namespace FoodsharingSiegen.Server.Data
|
||||
{
|
||||
@@ -26,6 +25,11 @@ namespace FoodsharingSiegen.Server.Data
|
||||
/// Gets or sets the value of the users (ab)
|
||||
/// </summary>
|
||||
public DbSet<User>? Users { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the value of the audits (ab)
|
||||
/// </summary>
|
||||
public DbSet<Audit>? Audits { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user