public ListAllReviewsToPdfCommand(IDatabase db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }
Exemple #2
0
 public ListAllCustomersToPdfCommand(IDatabase db, CreatePDF pdf)
 {
     this.db  = db;
     this.pdf = pdf;
 }
Exemple #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;
 }
Exemple #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;
 }