C# Class AllReady.Controllers.TestHangfireController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Datei anzeigen Open project: HTBox/allReady

Public Methods

Method Description
Index ( ) : IActionResult
TestHangfireController ( IBackgroundJobClient backgroundJob ) : System

Method Details

Index() public method

public Index ( ) : IActionResult
return IActionResult

TestHangfireController() public method

public TestHangfireController ( IBackgroundJobClient backgroundJob ) : System
backgroundJob IBackgroundJobClient
return System