Код: Выделить всё
[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