예제 #1
0
 public Validation(IAccountVerification accountVerification)
 {
     this.accountVerification = accountVerification;
 }
 public LogInService(IAccountVerification accountVerification, IPasswordService passwordSvc)
 {
     this.accountVerification = accountVerification;
     this.passwordSvc         = passwordSvc;
 }