C# Class RestApi.Controllers.MeldingerController

Inheritance: BaseController
Datei anzeigen Open project: bouvet/BBR2015

Public Methods

Method Description
MeldingerController ( MeldingService meldingService ) : System

Private Methods

Method Description
Get ( ) : IHttpActionResult
Get ( string sekvensNr ) : IHttpActionResult
HttpActionResult ( string sekvensNr, int maksAntall = int.MaxValue ) : IHttpActionResult
Post ( [ nyMelding ) : IHttpActionResult
PostTilAlle ( [ nyMelding ) : IHttpActionResult

Method Details

MeldingerController() public method

public MeldingerController ( MeldingService meldingService ) : System
meldingService Repository.MeldingService
return System