C# Class MDM.ServiceHost.WebApi.Controllers.ReferenceDataController

Inheritance: ApiController
Mostrar archivo Open project: RWE-Nexus/EnergyTrading-MDM

Public Methods

Method Description
ReferenceDataController ( IRepository repository, IServiceLocator serviceLocator ) : System

Private Methods

Method Description
CreateList ( string key, [ entries ) : IHttpActionResult
Delete ( string key, [ entries ) : void
DeleteList ( string key, IEnumerable entries ) : void
GetHandler ( string key, Func func ) : IHttpActionResult
List ( string key = null ) : IHttpActionResult
ListAll ( ) : IHttpActionResult
PostDelete ( string key, [ entries ) : void
PostHandler ( string key, Func func ) : IHttpActionResult

Method Details

ReferenceDataController() public method

public ReferenceDataController ( IRepository repository, IServiceLocator serviceLocator ) : System
repository IRepository
serviceLocator IServiceLocator
return System