25 lines
517 B
C#
25 lines
517 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.IO;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
using BLWWS;
|
|||
|
|
using Newtonsoft.Json;
|
|||
|
|
|
|||
|
|
namespace ConsoleApp3
|
|||
|
|
{
|
|||
|
|
internal class Program
|
|||
|
|
{
|
|||
|
|
static void Main(string[] args)
|
|||
|
|
{
|
|||
|
|
//string nnn= File.ReadAllText("1.txt",Encoding.UTF8);
|
|||
|
|
|
|||
|
|
//var QQQ= JsonConvert.DeserializeObject<PMSEntity>(nnn);
|
|||
|
|
|
|||
|
|
//var DDD= QQQ.groupOrder.orderItems.Select(A=>A.guests).ToList();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|