예제 #1
0
 public IActionResult RenderAreaGroupPrices()
 {
     try
     {
         bool x = _clientService.AddAreaGroupPrice();
         return(Ok(x));
     }
     catch (Exception e)
     {
         return(BadRequest(e.Message));
     }
 }