From cedaeb3888785e1f09f24ac53d0662a2c49e32c9 Mon Sep 17 00:00:00 2001 From: Leandro Hernan Rojas Date: Thu, 3 Apr 2025 21:49:59 -0300 Subject: [PATCH] Add Document Service in API --- phronCare.API/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phronCare.API/Program.cs b/phronCare.API/Program.cs index 814ef48..177c0cc 100644 --- a/phronCare.API/Program.cs +++ b/phronCare.API/Program.cs @@ -35,6 +35,9 @@ builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); +builder.Services.AddScoped(); +builder.Services.AddScoped(); + #endregion #region Require Confirmed Email