di injection

This commit is contained in:
2023-05-11 13:56:53 +09:00
parent 2a2319833a
commit b469188f28
6 changed files with 77 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Diagnostics;
using System.Threading.Tasks;
namespace Samples
namespace Samples.MessagePrinter
{
class MessagePrinterSample
{