Ejemplo n.º 1
0
 public Task <IEnumerable <ProjectModel> > GetDetail()
 {
     return(_projectCommonController.GetDetail(Request.GetQuery()));
 }