Show / Hide Table of Contents

Class BugFilerFactoryProvider

Inheritance
System.Object
BugFilerFactoryProvider
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.dll
Syntax
public class BugFilerFactoryProvider : IBugFilerFactoryProvider

Constructors

View Source

BugFilerFactoryProvider(IServiceProvider)

Declaration
public BugFilerFactoryProvider(IServiceProvider services)
Parameters
Type Name Description
System.IServiceProvider services

Methods

View Source

Create(BugRepositoryDetails)

Declaration
public IBugFilerFactory Create(BugRepositoryDetails bugRepository)
Parameters
Type Name Description
BugRepositoryDetails bugRepository
Returns
Type Description
IBugFilerFactory
  • View Source
In This Article
Back to top Generated by DocFX