コード例 #1
0
 public AccountController(UMAuthentication emAuth)
 {
     _emAuth = emAuth;
 }
コード例 #2
0
 public UserRegistrationController(employeesContext employeeRegistration, Cryptography cryptography, UMAuthentication emAuth)
 {
     _emAuth = emAuth;
     _employeeRegistration = employeeRegistration;
     _cryptography         = cryptography;
 }
コード例 #3
0
 public AccountController(UMAuthentication umAuth)
 {
     _umAuth = umAuth;
 }