IInstanceRegistration.cs
7 lines
| 208 B
| text/x-csharp
|
CSharpLexer
cin
|
r278 | using System.Collections.Generic; | |
namespace Implab.ServiceHost.Unity { | |||
public interface IInstanceRegistration : IRegistration { | |||
IEnumerable<IInjectionParameter> MemberInjections { get; } | |||
} | |||
} |