コード例 #1
0
 public DataTable GetUserFollower()
 {
     return(DalFollower.GetUserFollower());
 }
コード例 #2
0
 public static bool Insert(DTOFollower obj)
 {
     return(DalFollower.Insert(obj));
 }
コード例 #3
0
 public DataTable GetWallFollowCount(int AccountID1)
 {
     return(DalFollower.GetWallFollowCount(AccountID1));
 }
コード例 #4
0
 public DataTable GetFollowerSendMessage(int AccountID1, int AccountID2)
 {
     return(DalFollower.GetFollowerSendMessage(AccountID1, AccountID2));
 }
コード例 #5
0
 public DataTable GetTopUserFollowerWithLogin(int AccountID)
 {
     return(DalFollower.GetTopUserFollowerWithLogin(AccountID));
 }