コード例 #1
0
 public static DataTable GetUserConnections(Guid UserId)
 {
     return(ConnectionDAL.GetUserConnections(UserId));
 }