예제 #1
0
        public async Task <ResultWebApi <List <ODTOTestDemo> > > List(ListParam input)
        {
            var result = _displayer.List(input);

            return(result.ToResultWebApi());
        }
예제 #2
0
        public UnaryResult <ResultMicServ <List <ODTOTestDemo> > > List(IDTO_GRPC <ListParam> input)
        {
            var result = _displayer.List(input.Param);

            return(result.ToMicServResult());
        }