Example #1
0
 /// <summary>
 /// Creates adapter from dataset
 /// </summary>
 public AuthorDAO()
 {
     _authorAdapter = new AuthorTableAdapter();
 }