mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-21 01:59:51 +00:00
820b1c9c2e
Prepare integration project
6 lines
90 B
C#
6 lines
90 B
C#
namespace Slim.Tests.Models;
|
|
|
|
public sealed class SharedService1 : ISharedService1
|
|
{
|
|
}
|