Exemplo n.º 1
0
 /// <summary>
 /// Create a new user controller.
 /// </summary>
 public UserController(
     UserFinderByUsername userFinder,
     UserRegistrar userRegistrar
     )
 {
     this.userFinder    = userFinder;
     this.userRegistrar = userRegistrar;
 }