Пример #1
0
 public static ItemDto FromCommandType(CommandType commandType) =>
     new ItemDto((int)commandType,commandType.ToString(),commandType.GetDescription(),
         EventImageUrlResolver.Resolve(commandType.ToString(),true),
         EventImageUrlResolver.Resolve(commandType.ToString()));