Esempio n. 1
0
        public Queue Create(Guid userId, QueueType queueType)
        {
            var id = _userCommandService.CreateQueue(userId, queueType);

            return(_userQueryService.GetQueue(id));
        }