C# Class EFCoreWebAPI.Controllers.WeatherController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Afficher le fichier Open project: julielerman/EFCore-ASPNetCore-WebAPI-RTM Class Usage Examples

Méthodes publiques

Méthode Description
WeatherController ( WeatherContext context, WeatherDataRepository services ) : System

Private Methods

Méthode Description
FixSeasonInReactions ( ) : string
Get ( ) : IEnumerable
Get ( System.DateTime date ) : IEnumerable
Get ( int weatherType ) : IEnumerable
GetAndUpdateMostCommonWord ( int eventId ) : string
LogWeatherEvent ( System.DateTime datetime, WeatherType type, bool happy, string name, string quote ) : int

Method Details

WeatherController() public méthode

public WeatherController ( WeatherContext context, WeatherDataRepository services ) : System
context EFCoreWebAPI.Data.WeatherContext
services EFCoreWebAPI.Internal.WeatherDataRepository
Résultat System