C# Class lookbookapi.api.FavoritesServices

Inheritance: Nancy.NancyModule
Datei anzeigen Open project: BrettThePark/lookbook

Private Properties

Property Type Description
AddFavorite Nancy.Response
DeleteFavorite Nancy.Response
GetFavorites Nancy.Response

Public Methods

Method Description
FavoritesServices ( ) : System

Private Methods

Method Description
AddFavorite ( ) : Response
DeleteFavorite ( ) : Response
GetFavorites ( string userIDstring ) : Response

Method Details

FavoritesServices() public method

public FavoritesServices ( ) : System
return System