C# Class DogTrainingWeb.Models.DogBarkContext

Inheritance: DbContext
Afficher le fichier Open project: devopsguys/DogTrainingCloudService

Méthodes publiques

Méthode Description
Create ( DogBarkViewModel viewModel ) : void
GetAll ( ) : IEnumerable
GetLatest ( ) : DogBarkModel

Method Details

Create() public méthode

public Create ( DogBarkViewModel viewModel ) : void
viewModel DogBarkViewModel
Résultat void

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetLatest() public méthode

public GetLatest ( ) : DogBarkModel
Résultat DogBarkModel