Method | Description | |
---|---|---|
Delete ( string id ) : void | ||
FindPerson ( string id ) : Person | ||
PersonRepository ( ) : MongoDB.Bson | ||
Save ( Person person ) : Person | ||
Update ( string id, Person updatedProperties ) : void |
public Update ( string id, Person updatedProperties ) : void | ||
id | string | |
updatedProperties | Person | |
return | void |