using System.Collections.Generic; namespace com.bbbirder.injection { public interface IInjection : IDirectRetrieve { /// /// set this property to populate injections /// /// public IEnumerable ProvideInjections(); } }