6 lines
91 B
C#
6 lines
91 B
C#
namespace RobotNet.WebApp.Charts.Models.Common;
|
|
|
|
public interface IChartDatasetData
|
|
{
|
|
}
|