Separação em camadas. Utilização de estimativa para horas faltantes (entre 9 e 11 registros).
15 lines
329 B
C#
15 lines
329 B
C#
using System.Collections.Concurrent;
|
|
using System.Data;
|
|
using System.Data.OleDb;
|
|
using System.Globalization;
|
|
using System.Text;
|
|
using System.Xml.Linq;
|
|
using Npgsql;
|
|
|
|
internal class Plat_integ
|
|
{
|
|
static async Task Main()
|
|
{
|
|
Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB");
|
|
}
|
|
} |