From 7e74b6161a1a3a5d7c172ba76467745e891a1c5e Mon Sep 17 00:00:00 2001 From: Nakorn Rientrakrunchai Date: Wed, 4 Mar 2020 16:23:48 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Startup.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Startup.cs b/Startup.cs index ee2decc..866e090 100644 --- a/Startup.cs +++ b/Startup.cs @@ -275,8 +275,6 @@ namespace Test01 services.AddScoped(); - services.AddScoped(); - #endregion services.TryAddSingleton(); @@ -480,9 +478,6 @@ namespace Test01 cfg.CreateMap(); cfg.CreateMap(); - cfg.CreateMap(); - cfg.CreateMap(); - cfg.CreateMap(); }); #endregion