Show / Hide Table of Contents

Class TitleMappingDataAccessExtensions

Extensions to add title mapping data access layer dependencies.

Inheritance
object
TitleMappingDataAccessExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.TitleMapping.dll
Syntax
public static class TitleMappingDataAccessExtensions

Methods

View Source

AddTitleMapping(IServiceCollection)

Add title mapping dependencies to DI service collection.

Declaration
public static IServiceCollection AddTitleMapping(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

Dependency injection service collection.

Returns
Type Description
IServiceCollection

An IServiceCollection object.

  • View Source
In this article
Back to top Generated by DocFX