示例#1
0
 public ActionResult <List <Project> > GetAllProjects(string psc, string imp)
 {
     return(_projectEngine.GetAllProjects(psc, imp));
 }