Files
Slim/Slim.Tests/Models/NoInterfaceService.cs
T
Alexandru Macocian d5d7b4cad5 Unified service registration.
Fixed a bug where when one constructor failed, no others were called.
2021-05-02 18:24:37 +02:00

7 lines
83 B
C#

namespace Slim.Tests.Models
{
public class NoInterfaceService
{
}
}