Exemplo n.º 1
0
 public IEnumerable <UserItemDTO> Get(int theaterId)
 {
     return(_userItemService.GetItemsForTheater(theaterId));
 }