namespace Abp.Dependency { /// /// All classes implement this interface are automatically registered to dependency injection as transient object. /// public interface ITransientDependency { } }