Exemplo n.º 1
0
    public DataSet GetActors()
    {
        ActorsService act = new ActorsService();

        return(act.GetActors());
    }