C# Class Recast.WebApp.Models.Feeds

ファイルを表示 Open project: giggio/Recast Class Usage Examples

Public Methods

Method Description
Get ( string userName, string feedName ) : Feed
Insert ( Feed feed ) : bool

Method Details

Get() public method

public Get ( string userName, string feedName ) : Feed
userName string
feedName string
return Recast.WebApp.Models.Entities.Feed

Insert() public method

public Insert ( Feed feed ) : bool
feed Recast.WebApp.Models.Entities.Feed
return bool