mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-25 08:22:12 +00:00
8 lines
149 B
C#
8 lines
149 B
C#
namespace Slim.Tests.Models
|
|
{
|
|
public interface IDependentService2
|
|
{
|
|
public IndependentService IndependentService { get; }
|
|
}
|
|
}
|