@@ -2,7 +2,7 @@ using ROLAC.API.Entities.Base;
|
||||
|
||||
namespace ROLAC.API.Entities;
|
||||
|
||||
public class GivingCategory : AuditableEntity
|
||||
public class GivingCategory : AuditableEntity, IAuditable
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name_en { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user