diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 18:10:25 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 18:10:25 +0300 |
| commit | b06ba4e35c1c1303b72602628be51264f881f05c (patch) | |
| tree | 64d5b089fb58f307c0ebc4ca928ead60fe972de3 | |
| parent | 82d270a66b8ffca28e321f29b2eb90b2412ac9a7 (diff) | |
| download | it-kariera-exam-template-b06ba4e35c1c1303b72602628be51264f881f05c.tar it-kariera-exam-template-b06ba4e35c1c1303b72602628be51264f881f05c.tar.gz it-kariera-exam-template-b06ba4e35c1c1303b72602628be51264f881f05c.zip | |
Updated namespaces of Startup and Program
| -rw-r--r-- | ExamTemplate/Web/Program.cs | 2 | ||||
| -rw-r--r-- | ExamTemplate/Web/Startup.cs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Program.cs b/ExamTemplate/Web/Program.cs index f16e26c..be33374 100644 --- a/ExamTemplate/Web/Program.cs +++ b/ExamTemplate/Web/Program.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
-namespace Web
+namespace ExamTemplate.Web
{
public class Program
{
diff --git a/ExamTemplate/Web/Startup.cs b/ExamTemplate/Web/Startup.cs index 00d94c0..4e16483 100644 --- a/ExamTemplate/Web/Startup.cs +++ b/ExamTemplate/Web/Startup.cs @@ -12,6 +12,7 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
+namespace ExamTemplate.Web
{
public class Startup
{
|
