@@ -2,7 +2,7 @@ using ROLAC.API.Entities.Base;
|
||||
|
||||
namespace ROLAC.API.Entities;
|
||||
|
||||
public class Giving : AuditableEntity
|
||||
public class Giving : AuditableEntity, IAuditable
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int? MemberId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user