示例#1
0
        public ActionResult <string> Get()
        {
            var customer = _dapperService.GetTopOneCustomer();

            return(customer.Name);
        }