C# Class ShameTheThrones.Models.rating.RatingListModel

Exibir arquivo Open project: jasekiw/ShameTheThrones Class Usage Examples

Public Methods

Method Description
RatingListModel ( ) : System.Collections.Generic
RatingListModel ( List ratings ) : System.Collections.Generic
add ( RatingModel rating ) : void

Method Details

RatingListModel() public method

public RatingListModel ( ) : System.Collections.Generic
return System.Collections.Generic

RatingListModel() public method

public RatingListModel ( List ratings ) : System.Collections.Generic
ratings List
return System.Collections.Generic

add() public method

public add ( RatingModel rating ) : void
rating RatingModel
return void