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