mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-21 01:59:51 +00:00
30705c58cc
Fix exception handling
10 lines
190 B
C#
10 lines
190 B
C#
namespace Slim.Tests.Models
|
|
{
|
|
public sealed class PrivateConstructorService : IPrivateConstructorService
|
|
{
|
|
private PrivateConstructorService()
|
|
{
|
|
}
|
|
}
|
|
}
|