C# Class TheAirline.Models.General.NewsFeeds

Mostrar archivo Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddNewsFeed ( NewsFeed feed ) : void
ClearNewsFeeds ( ) : void
Count ( ) : int
GetNewsFeeds ( ) : List

Method Details

AddNewsFeed() public static method

public static AddNewsFeed ( NewsFeed feed ) : void
feed NewsFeed
return void

ClearNewsFeeds() public static method

public static ClearNewsFeeds ( ) : void
return void

Count() public static method

public static Count ( ) : int
return int

GetNewsFeeds() public static method

public static GetNewsFeeds ( ) : List
return List