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