示例#1
0
 public async Task <ActionResult <ResponseDTO <ProjectResponseDTO> > > GetById(int id)
 {
     return(await Controller.getById(id));
 }