Example #1
0
    static void Main(string[] args)
    {
        DBWorker worker = new DBWorker();

        worker.DoDatabaseWork();
    }