public ListAllReviewsToPdfCommand(IDatabase db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }
Beispiel #2
0
 public ListAllCustomersToPdfCommand(IDatabase db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }
Beispiel #3
0
 public ListAllAddressesToPdfCommand(IDatabase db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }
 public ListAllCountriesToPdfCommand(IDatabase db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }
Beispiel #5
0
 public ListAllTarifsToPdfCommand(IDatabasePostgre db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }
 public ListAllEmployeesToPdfCommand(IDatabase db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }