19 lines
327 B
C#
19 lines
327 B
C#
namespace LaaProduction.Console
|
|
{
|
|
using LaaProduction.Data.Cordonel.Models;
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
using System;
|
|
using System.Net.Http;
|
|
using System.Net.Http.Headers;
|
|
using System.Threading;
|
|
|
|
public class Program
|
|
{
|
|
public static void Main(String[] args)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |