Show / Hide Table of Contents

Class RosterServiceExtensions

Dependency injection extensions.

Inheritance
object
RosterServiceExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public static class RosterServiceExtensions

Methods

View Source

AddRosterServicesDependencies(IServiceCollection)

Adds Roster service layer dependencies.

Declaration
public static IServiceCollection AddRosterServicesDependencies(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection
  • View Source
In this article
Back to top Generated by DocFX