public string GetListInventarioPremios() { InventarioPremios = new InventarioPremios(); string result = InventarioPremios.GetListInventarioPremios(); return(result); }
public void SetInventerioPremios() { InventarioPremios = new InventarioPremios(); }