Example #1
0
 public AccountController()
 {
     context = new IvoOefenfirmaContext();
 }
Example #2
0
 public UserService()
 {
     context = new IvoOefenfirmaContext();
     crypto  = new SHA512CryptoServiceProvider();
 }