Ejemplo n.º 1
0
 DistintaBrowsed(string codice, StatoDistinta statoDistinta)
 {
     _codice        = codice;
     _statoDistinta = statoDistinta;
 }
Ejemplo n.º 2
0
 public static DistintaBrowsed Of(string codice, StatoDistinta statoDistinta)
 {
     return(new DistintaBrowsed(codice, statoDistinta));
 }