Exemple #1
0
 public FilmDao()
 {
     database   = new ShelfItBase();
     wydawcaDao = new WydawcaDao();
     notatkaDao = new NotatkaDao();
     autorDao   = new AutorDao();
 }
Exemple #2
0
 public UserDao()
 {
     database = new ShelfItBase();
     repoDao  = new RepozytoriumDao();
     provider = new EmailProvider();
 }
Exemple #3
0
 public AutorDao()
 {
     database = new ShelfItBase();
 }
 public EmailMessagesDao()
 {
     database = new ShelfItBase();
 }
Exemple #5
0
 public WydawcaDao()
 {
     database = new ShelfItBase();
 }
Exemple #6
0
 public NotatkaDao()
 {
     database = new ShelfItBase();
 }
Exemple #7
0
 public RepozytoriumDao()
 {
     database = new ShelfItBase();
 }