C# Class NLayerEF.Services.PlanetService

Mostrar archivo 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