Class CompositionRootExtensions
Static class that adds convenient methods to add the concrete implementations contained in this library.
Inheritance
System.Object
    CompositionRootExtensions
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Fibula.Data.InMemoryDatabase
Assembly: Fibula.Data.InMemoryDatabase.dll
Syntax
public static class CompositionRootExtensionsMethods
| Improve this Doc View SourceAddInMemoryDatabaseContext(IServiceCollection, IConfiguration)
Adds all implementations related to In-memory database contained in this library to the services collection.
Declaration
public static void AddInMemoryDatabaseContext(this IServiceCollection services, IConfiguration configuration)Parameters
| Type | Name | Description | 
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services | The services collection. | 
| Microsoft.Extensions.Configuration.IConfiguration | configuration | The configuration reference. |