C# Class SampleApplication.Services.ValuesService.ValuesProvider

Provides the values
Inheritance: IValuesProvider
Mostrar archivo Open project: ninject/Ninject.Web.WebApi

Public Methods

Method Description
Dispose ( ) : void
GetValues ( ) : IEnumerable

Gets the values.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetValues() public method

Gets the values.
public GetValues ( ) : IEnumerable
return IEnumerable