Код: Выделить всё
[Route("office/[controller]")]
public class AttendeeController : BoxOfficeControllerBase
{
[HttpGet]
public DataActionResponse GetAll(TicketingModes eventType, int? showId = null)
{
return null;
}
}

Итак, что я делаю неправильно, и как это исправить?
Подробнее здесь: https://stackoverflow.com/questions/688 ... ead-method
Мобильная версия