C# Class LibraryManager.ViewModel.MyListComment

Afficher le fichier Open project: hiepbh/Assignment

Méthodes publiques

Свойство Type Description
table List>.Dictionary

Méthodes publiques

Méthode Description
AddComment ( Model model, string sanPhamId ) : void
MyListComment ( ) : System
TakeAll ( ) : List>.Dictionary
TakeCommentByBookId ( string IdSP ) : List

Method Details

AddComment() public méthode

public AddComment ( Model model, string sanPhamId ) : void
model Model
sanPhamId string
Résultat void

MyListComment() public méthode

public MyListComment ( ) : System
Résultat System

TakeAll() public méthode

public TakeAll ( ) : List>.Dictionary
Résultat List>.Dictionary

TakeCommentByBookId() public méthode

public TakeCommentByBookId ( string IdSP ) : List
IdSP string
Résultat List

Property Details

table public_oe property

public Dictionary> table
Résultat List>.Dictionary