feat/Update_Controllers_to_Allow_for_Premium_Membership
This commit is contained in:
@@ -155,8 +155,6 @@ namespace JobTrackerApi.Controllers
|
||||
|
||||
public sealed record JobEventDto(int Id, string Type, string? OldValue, string? NewValue, string? Note, DateTime At);
|
||||
|
||||
public sealed record TimelineItemDto(string Kind, DateTime At, object Data);
|
||||
|
||||
public sealed record AnalyticsPoint(string Month, int Applied, int Responses);
|
||||
|
||||
public sealed record TagPoint(string Tag, int Count);
|
||||
|
||||
Reference in New Issue
Block a user