Exemplo n.º 1
0
        static void Main(string[] args)
        {
            //DriverExecute();
            //Inicio
            IEventLogs   iEventLogs = new EventLosgRepository();
            ServiceEvent service    = new ServiceEvent(iEventLogs);

            service.Insert_Event("Menu", "Juan");
            service.Insert_Event("Menu1", "Juan");
            service.Save_Event();
        }