コード例 #1
0
 public void Initialize()
 {
     _rep = new ForgotPasswordRepository();
 }
コード例 #2
0
 public ForgotPasswordService()
 {
     _forgotPasswordRepository = new ForgotPasswordRepository();
     _userServices             = new UserService();
     _externalCommunication    = new ExternalCommunication();
 }