mirror of
https://github.com/Stone-Red-Code/DynamicInjector.git
synced 2026-09-04 17:16:05 +02:00
6 lines
101 B
C#
6 lines
101 B
C#
namespace DynamicInjector_Test;
|
|
|
|
internal interface IFirstTestService
|
|
{
|
|
public void Print();
|
|
} |