C# Class Garcom.Models.AllPlaces

Afficher le fichier Open project: hammernight/Garcom Class Usage Examples

Méthodes publiques

Méthode Description
AllPlaces ( MongoWrapper mongoWrapper ) : System.Collections.Generic
FindById ( string id ) : Place
Save ( Place place ) : void

Method Details

AllPlaces() public méthode

public AllPlaces ( MongoWrapper mongoWrapper ) : System.Collections.Generic
mongoWrapper MongoWrapper
Résultat System.Collections.Generic

FindById() public méthode

public FindById ( string id ) : Place
id string
Résultat Place

Save() public méthode

public Save ( Place place ) : void
place Place
Résultat void