C# Class Garcom.Models.AllPlaces

Show file Open project: hammernight/Garcom Class Usage Examples

Public Methods

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

Method Details

AllPlaces() public method

public AllPlaces ( MongoWrapper mongoWrapper ) : System.Collections.Generic
mongoWrapper MongoWrapper
return System.Collections.Generic

FindById() public method

public FindById ( string id ) : Place
id string
return Place

Save() public method

public Save ( Place place ) : void
place Place
return void