Exemplo n.º 1
0
        static void Main(string[] args)
        {
            BPersona  per  = new BPersona();
            BProducto prod = new BProducto();

            per.GetById(1);
            prod.GetById(1);



            Console.Read();
        }