示例#1
0
 public ActionResult <List <ExternalAPIDTO> > Get()
 {
     return(client.GetAllRows());
     //git repo test comment
 }