using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
namespace DevExtreme.NETCore.Demos.Controllers {
public class LoadIndicatorController : Controller {
public ActionResult Overview() {
return View();
}
}
}