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