C# Class RawRabbit.AspNet.Sample.Controllers.ValuesController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Exibir arquivo Open project: pardahlman/RawRabbit

Public Methods

Method Description
ValuesController ( IBusClient busClient, ILoggerFactory loggerFactory ) : System

Private Methods

Method Description
GetAsync ( ) : Task>
GetAsync ( int id ) : Task

Method Details

ValuesController() public method

public ValuesController ( IBusClient busClient, ILoggerFactory loggerFactory ) : System
busClient IBusClient
loggerFactory ILoggerFactory
return System