コード例 #1
0
 public List <Author> GetList()
 {
     return(authorDA.GetList());
 }