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