Exemplo n.º 1
0
 public IActionResult GetProjectInfo(int id)
 {
     return(Ok("{" + ProjectHandler.GetProjectInfo(id) + "}"));
 }