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