示例#1
0
 public async Task <ActionResult> Index()
 {
     try
     {
         return(View(await _service.GetServiceTypes()));
     }
     catch (Exception)
     {
         throw;
     }
 }