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
NLayerEF
Services
PlanetService
C# Class NLayerEF.Services.PlanetService
显示文件
Open project: brunolm/NLayer
Public Methods
Method
Description
Add
(
Planet
planet
) :
bool
GetList
( ) :
IQueryable
RemoveAll
( ) :
void
Private Methods
Method
Description
PlanetService
( ) :
System
Method Details
Add()
public
method
public
Add
(
Planet
planet
) :
bool
planet
NLayerEF.Domain.Planet
return
bool
GetList()
public
method
public
GetList
( ) :
IQueryable
return
IQueryable
RemoveAll()
public
method
public
RemoveAll
( ) :
void
return
void