feat(giving): include Sunday attendance total in offering session list

This commit is contained in:
Chris Chen
2026-06-24 11:21:49 -07:00
parent 7eb6a4db78
commit 28eba8a3ea
3 changed files with 30 additions and 0 deletions
@@ -11,4 +11,5 @@ public class OfferingSessionListItemDto
public decimal Difference { get; set; }
public int LineCount { get; set; }
public bool HasProof { get; set; }
public int? SundayAttendanceCount { get; set; } // null = no attendance recorded for the date
}