Exemple #1
0
 public ContextService(TransientService transient, UserService user, ScopeService scope, SingletonService single)
 {
 }
Exemple #2
0
 public TransientService(ScopeService scope, SingletonService singleton)
 {
     Console.WriteLine("Transiet");
 }
Exemple #3
0
 public UserService(TransientService transient, ScopeService scope, SingletonService single)
 {
 }
Exemple #4
0
 public ScopeService(SingletonService signleton)
 {
     Console.WriteLine("Scope");
 }