Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SigTrade
Models
PhaseRepository
C# Class SigTrade.Models.PhaseRepository
Inheritance:
IPhaseRepository
显示文件
Open project: unepwcmc/sigtrade
Class Usage Examples
Public Methods
Method
Description
delete
(
Phase
p
) :
void
getAll
( ) :
IList
getPhase
(
int
id
) :
Phase
save
(
Phase
p
) :
int
Method Details
delete()
public
method
public
delete
(
Phase
p
) :
void
p
Phase
return
void
getAll()
public
method
public
getAll
( ) :
IList
return
IList
getPhase()
public
method
public
getPhase
(
int
id
) :
Phase
id
int
return
Phase
save()
public
method
public
save
(
Phase
p
) :
int
p
Phase
return
int