示例#1
0
 public async Task <Response> GetAll([FromQuery] GetAllBlocksViewModel model)
 {
     return(await _blockService.GetAllBlocks(model));
 }