コード例 #1
0
 public List <Play> GetPlaysForSelectedAuthor(int authorId)
 {
     return(_authorFunctions.RetrievePlaysForAuthor(authorId));
 }