Ejemplo n.º 1
0
 public void Setup()
 {
     _categoryRepo = DatabaseTestStartup.ConfigureServiceProvider()
                     .GetRequiredService <IGenericRepository <Category> >();
 }
 public void Setup()
 {
     _tokenRepository = DatabaseTestStartup.ConfigureServiceProvider().GetRequiredService <ITokenRepository>();
 }