예제 #1
0
    public int ActorGetIDbyName(string name)
    {
        ActorsService act = new ActorsService();

        return(act.GetIDbyName(name));
    }