C# Class H.BLL.Users

用户关系输入
Afficher le fichier Open project: zbw911/CS4Hadoop

Méthodes publiques

Méthode Description
AddRelation ( string fromUid, string toUid, System.DateTime UpdateTime ) : void

一个用户与另一个用户的联系,这里只考虑一个单向的关系

Method Details

AddRelation() public static méthode

一个用户与另一个用户的联系,这里只考虑一个单向的关系
public static AddRelation ( string fromUid, string toUid, System.DateTime UpdateTime ) : void
fromUid string
toUid string
UpdateTime System.DateTime
Résultat void