static void Main(string[] args) { MagistralaComenzi.Instanta.Value.InregistreazaProcesatoareStandard(); MagistralaEvenimente.Instanta.Value.InregistreazaProcesatoareStandard(); MagistralaEvenimente.Instanta.Value.InchideInregistrarea(); var readRepo = new ReadRepository(); var writeRepo = new WriteRepository(); }