예제 #1
0
 public ActionResult <List <Project> > GetProjectStatusRATop5()
 {
     return(_projectEngine.GetProjectStatusRATop5());
 }