Ejemplo n.º 1
0
 public void SetUp(IDependencyRegister dependencyRegister)
 {
     dependencyRegister.AddScopedForMultiImplementation <IStreamService, MoviesStreamService>();
     dependencyRegister.AddScopedForMultiImplementation <IStreamService, SeriesStreamService>();
     dependencyRegister.AddScoped <IStreamFactory, StreamFactory>();
     dependencyRegister.AddScoped <IValesService, ValesService>();
 }