8 lines
155 B
C#
8 lines
155 B
C#
using RobotNet.WebApp.Charts.Models.Common.Plugins;
|
|
|
|
namespace RobotNet.WebApp.Charts.Models.PieChart;
|
|
|
|
public class PieChartPlugins : ChartPlugins
|
|
{
|
|
}
|