Пример #1
0
 public PaperStruct withPretAddon(double pret)
 {
     this.cifre = cifre.withPretAddon(pret);
     return(this);
 }
Пример #2
0
 public PaperStruct()
 {
     this.cifre = new PaperStats();
 }
Пример #3
0
 public PaperStruct withPretSimplu(double pret)
 {
     this.cifre = cifre.withPretSimplu(pret);
     return(this);
 }
Пример #4
0
 public PaperStruct withSursa(string sursa)
 {
     this.cifre = cifre.withSursa(sursa);
     return(this);
 }
Пример #5
0
 public PaperStruct withTotalDifuzat(int totalDifuzat)
 {
     this.cifre = cifre.withTotalDifuzat(totalDifuzat);
     return(this);
 }
Пример #6
0
 public PaperStruct withTotalVanzari(int totalVanzari)
 {
     this.cifre = cifre.withTotalVanzari(totalVanzari);
     return(this);
 }
Пример #7
0
 public PaperStruct withTirajBrut(int tirajBrut)
 {
     this.cifre = cifre.withTirajBrut(tirajBrut);
     return(this);
 }