OpenSimMirror/OpenSim/Region/UserStatistics/IStatsReport.cs

11 lines
226 B
C#

using System.Collections;
namespace OpenSim.Region.UserStatistics
{
public interface IStatsController
{
Hashtable ProcessModel(Hashtable pParams);
string RenderView(Hashtable pModelResult);
}
}