##// END OF EJS Templates
sync, minor changes
sync, minor changes

File last commit:

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