Files
2026-02-18 23:02:28 +05:00

7 lines
144 B
C#

namespace Assets._Project.Develop.Runtime.Infrastructure.DI
{
public interface IRegistrationOptions
{
void NonLazy();
}
}