예제 #1
0
 public void Add(Author author)
 {
     authorDA.Add(author);
 }