Method | Description | |
---|---|---|
GetAll ( ) : IEnumerable |
||
GetById ( string snakeId ) : |
||
GetByOwnerId ( string ownerId ) : IEnumerable |
||
RemoveSnake ( string snakeId ) : void | ||
SaveSnake ( |
||
SnakeStore ( MongoCollection |
public GetByOwnerId ( string ownerId ) : IEnumerable |
||
ownerId | string | |
return | IEnumerable |
public SnakeStore ( MongoCollection |
||
snakesCollection | MongoCollection |
|
return | System.Collections.Generic |