/
deminnm
/
CsharpExamples
Обзор
Документация
Войти
/
deminnm
/
CsharpExamples
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/DependencyInjection/Interfaces/IIdGenerator.cs
4 строки
52 B
Nickolay Demin
feat: пример dependency injection
19 июн 2026, 21:45
19 июн 2026, 21:45
785f621
Код
Авторство
О чём код?
interface IIdGenerator { string GenerateId(); }