C# Class H.BLL.Users

用户关系输入
Show file Open project: zbw911/CS4Hadoop

Public Methods

Method Description
AddRelation ( string fromUid, string toUid, System.DateTime UpdateTime ) : void

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

Method Details

AddRelation() public static method

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