Ejemplo n.º 1
0
 public IActionResult BindCommshow()
 {
     try
     {
         var list = _commodityRepository.BindShowCom();
         return(Ok(list));
     }
     catch (Exception)
     {
         throw;
     }
 }