コード例 #1
0
    public DataSet GetActors()
    {
        ActorsService act = new ActorsService();

        return(act.GetActors());
    }