mirror of
https://github.com/Stone-Red-Code/DynamicInjector.git
synced 2026-09-04 09:06:06 +02:00
Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace DynamicInjector_Test;
|
||||
|
||||
internal interface IFirstTestService
|
||||
{
|
||||
public void Print();
|
||||
}
|
||||
Reference in New Issue
Block a user