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