mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-24 03:56:34 +00:00
d5d7b4cad5
Fixed a bug where when one constructor failed, no others were called.
7 lines
83 B
C#
7 lines
83 B
C#
namespace Slim.Tests.Models
|
|
{
|
|
public class NoInterfaceService
|
|
{
|
|
}
|
|
}
|