Example #1
0
 public ActionResult <List <Project> > GetProjectStatusChartTop5()
 {
     return(_projectEngine.GetProjectStatusChartTop5());
 }