diff --git a/Marco.Pms.Services/Controllers/ReportController.cs b/Marco.Pms.Services/Controllers/ReportController.cs index 95450c9..e6593f4 100644 --- a/Marco.Pms.Services/Controllers/ReportController.cs +++ b/Marco.Pms.Services/Controllers/ReportController.cs @@ -137,7 +137,7 @@ namespace Marco.Pms.Services.Controllers /// The ID of the project. /// The email address of the recipient. /// An ApiResponse indicating the success or failure of retrieving statistics and sending the email. - public async Task> GetProjectStatistics(Guid projectId, List recipientEmails, string body, Guid tenantId) + private async Task> GetProjectStatistics(Guid projectId, List recipientEmails, string body, Guid tenantId) { DateTime reportDate = DateTime.UtcNow.AddDays(-1).Date;