Beispiel #1
0
 public UserController(ISmurfUserContext Context)
 {
     context = Context;
 }
Beispiel #2
0
 public UserController()
 {
     context = new SmurfContext();
 }