Esempio n. 1
0
 public ResultDto <List <AttachDto> > GetList([FromQuery] AttachQueryDto dto)
 {
     return(_service.GetList(dto));
 }