Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DogTrainingWeb
Models
DogBarkContext
C# 클래스 DogTrainingWeb.Models.DogBarkContext
상속:
DbContext
파일 보기
프로젝트 열기: devopsguys/DogTrainingCloudService
공개 메소드들
메소드
설명
Create
(
DogBarkViewModel
viewModel
) :
void
GetAll
( ) :
IEnumerable
GetLatest
( ) :
DogBarkModel
메소드 상세
Create()
공개
메소드
public
Create
(
DogBarkViewModel
viewModel
) :
void
viewModel
DogBarkViewModel
리턴
void
GetAll()
공개
메소드
public
GetAll
( ) :
IEnumerable
리턴
IEnumerable
GetLatest()
공개
메소드
public
GetLatest
( ) :
DogBarkModel
리턴
DogBarkModel