C# Class AspNet5SQLite.Controllers.DataEventRecordsController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Afficher le fichier Open project: damienbod/AspNet5SQLite

Méthodes publiques

Méthode Description
DataEventRecordsController ( IDataEventRecordRepository dataEventRecordRepository ) : System.Collections.Generic

Private Methods

Méthode Description
Delete ( long id ) : void
Get ( long id ) : AspNet5SQLite.Model.DataEventRecord
Get ( ) : IEnumerable
Post ( [ value ) : void
Put ( long id, [ value ) : void

Method Details

DataEventRecordsController() public méthode

public DataEventRecordsController ( IDataEventRecordRepository dataEventRecordRepository ) : System.Collections.Generic
dataEventRecordRepository IDataEventRecordRepository
Résultat System.Collections.Generic