Exemplo n.º 1
0
        public string GetListInventarioPremios()
        {
            InventarioPremios = new InventarioPremios();

            string result = InventarioPremios.GetListInventarioPremios();

            return(result);
        }
Exemplo n.º 2
0
 public void SetInventerioPremios()
 {
     InventarioPremios = new InventarioPremios();
 }