Show / Hide Table of Contents

Interface IBugFilerFactory

Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public interface IBugFilerFactory

Methods

View Source

CreateAsync(String, BugRepositoryDetails)

Declaration
Task<IBugFiler> CreateAsync(string titleName, BugRepositoryDetails bugRepository)
Parameters
Type Name Description
System.String titleName
BugRepositoryDetails bugRepository
Returns
Type Description
System.Threading.Tasks.Task<IBugFiler>
  • View Source
In This Article
Back to top Generated by DocFX