|
|
|
@ -7,13 +7,5 @@ using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
|
|
|
|
|
Console.WriteLine("Hello, World!");
|
|
|
|
|
|
|
|
|
|
Extraction tmp2 = new Extraction();
|
|
|
|
|
Api.Controllers.Pilotes tmp = new Api.Controllers.Pilotes(tmp2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var result = await tmp.Get("All");
|
|
|
|
|
|
|
|
|
|
Console.WriteLine(result);
|
|
|
|
|
|
|
|
|
|
Console.WriteLine("End !");
|