Esempio n. 1
0
 public UserRegistrarImpl(IPasswordService pwd, ITimestampService timestamper)
 {
     _pwd = pwd;
       _timestamper = timestamper;
 }