public async Task <ResultWebApi <ODTO_Page <ODTOTestDemo> > > Page(PageParam input) { var result = _displayer.Page(input); return(result.ToResultWebApi()); }
public UnaryResult <ResultMicServ <ODTO_Page <ODTOTestDemo> > > Page(IDTO_GRPC <PageParam> input) { var result = _displayer.Page(input.Param); return(result.ToMicServResult()); }