mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-24 03:56:34 +00:00
820b1c9c2e
Prepare integration project
9 lines
164 B
C#
9 lines
164 B
C#
namespace Slim.Tests.Models;
|
|
|
|
public sealed class PrivateConstructorService : IPrivateConstructorService
|
|
{
|
|
private PrivateConstructorService()
|
|
{
|
|
}
|
|
}
|