mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-25 08:22:12 +00:00
6 lines
81 B
C#
6 lines
81 B
C#
namespace Slim.Tests.Models;
|
|
|
|
public interface IPrivateConstructorService
|
|
{
|
|
}
|