Class BugFilerFactoryProvider
Inheritance
System.Object
BugFilerFactoryProvider
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 |
|