コード例 #1
0
 public IEnumerable <Author> GetAuthorByPatentId(int patentId)
 {
     return(_authorDao.GetAuthorByPatentId(patentId));
 }