C# Class DogTrainingWeb.Models.DogBarkContext

Inheritance: DbContext
Datei anzeigen Open project: devopsguys/DogTrainingCloudService

Public Methods

Method Description
Create ( DogBarkViewModel viewModel ) : void
GetAll ( ) : IEnumerable
GetLatest ( ) : DogBarkModel

Method Details

Create() public method

public Create ( DogBarkViewModel viewModel ) : void
viewModel DogBarkViewModel
return void

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

GetLatest() public method

public GetLatest ( ) : DogBarkModel
return DogBarkModel