Пример #1
0
 public IActionResult CategoriesWithTypes()
 {
     return(Ok(m_auctionsService.CategoriesWithTypes()));
 }