mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-24 12:06:42 +00:00
e8adfa1acc
* Setup integration with Microsoft.Extensions.DependencyInjection * Setup Slim integration project with Microsoft.Extensions.DependencyInjection
6 lines
79 B
C#
6 lines
79 B
C#
namespace Slim.Integration.Tests.Models;
|
|
|
|
public interface ITestService
|
|
{
|
|
}
|