C# 클래스 Garcom.Models.AllPlaces

파일 보기 프로젝트 열기: hammernight/Garcom 1 사용 예제들

공개 메소드들

메소드 설명
AllPlaces ( MongoWrapper mongoWrapper ) : System.Collections.Generic
FindById ( string id ) : Place
Save ( Place place ) : void

메소드 상세

AllPlaces() 공개 메소드

public AllPlaces ( MongoWrapper mongoWrapper ) : System.Collections.Generic
mongoWrapper MongoWrapper
리턴 System.Collections.Generic

FindById() 공개 메소드

public FindById ( string id ) : Place
id string
리턴 Place

Save() 공개 메소드

public Save ( Place place ) : void
place Place
리턴 void