Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NLayerEF
Services
PlanetService
C# Class NLayerEF.Services.PlanetService
Afficher le fichier
Open project: brunolm/NLayer
Méthodes publiques
Méthode
Description
Add
(
Planet
planet
) :
bool
GetList
( ) :
IQueryable
RemoveAll
( ) :
void
Private Methods
Méthode
Description
PlanetService
( ) :
System
Method Details
Add()
public
méthode
public
Add
(
Planet
planet
) :
bool
planet
NLayerEF.Domain.Planet
Résultat
bool
GetList()
public
méthode
public
GetList
( ) :
IQueryable
Résultat
IQueryable
RemoveAll()
public
méthode
public
RemoveAll
( ) :
void
Résultat
void