Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
DogTrainingWeb
Models
DogBarkContext
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