ApprenticeshipPDFWorker.Console.Program.Main C# (CSharp) Method

Main() static private method

static private Main ( Array args ) : void
args Array
return void
        static void Main(string[] args)
        {
            //var badData = new List<Urls>();
            //badData.Add(new Urls() { StandardCode = "');DROP TABLE Test2;--"});
            //new DatabaseRepository().Save(badData);
            //new DatabaseRepository().Save(null);
            new PdfWorker().Run();
        }
    }
Program